Skip to content

Commit 8fe6efe

Browse files
committed
Fixing github runners apt issues
1 parent 21aee6e commit 8fe6efe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
- name: Setup Linux
9797
if: runner.os == 'Linux'
9898
run: |
99+
sudo apt-get update
99100
sudo apt-get install -y libsystemd-dev
100101
if [[ '${{ matrix.os }}' == 'ubuntu-20.04' ]]; then
101102
echo "CC=gcc-10" >> $GITHUB_ENV

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
- name: Setup Linux
102102
if: runner.os == 'Linux'
103103
run: |
104+
sudo apt-get update
104105
sudo apt-get install -y libsystemd-dev
105106
if [[ '${{ matrix.os }}' == 'ubuntu-20.04' ]]; then
106107
echo "CC=gcc-10" >> $GITHUB_ENV

0 commit comments

Comments
 (0)