We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21aee6e commit 8fe6efeCopy full SHA for 8fe6efe
.github/workflows/build.yml
@@ -96,6 +96,7 @@ jobs:
96
- name: Setup Linux
97
if: runner.os == 'Linux'
98
run: |
99
+ sudo apt-get update
100
sudo apt-get install -y libsystemd-dev
101
if [[ '${{ matrix.os }}' == 'ubuntu-20.04' ]]; then
102
echo "CC=gcc-10" >> $GITHUB_ENV
.github/workflows/publish.yml
@@ -101,6 +101,7 @@ jobs:
103
104
105
106
107
0 commit comments