Skip to content

Commit 6dff85c

Browse files
aykevldeadprogram
authored andcommitted
ci: fix CI failure due to missing apt-get update
1 parent afae6b3 commit 6dff85c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ jobs:
261261
uses: actions/checkout@v2
262262
- name: Install apt dependencies
263263
run: |
264+
sudo apt-get update
264265
sudo apt-get install --no-install-recommends \
265266
qemu-user \
266267
g++-arm-linux-gnueabihf \
@@ -363,6 +364,7 @@ jobs:
363364
uses: actions/checkout@v2
364365
- name: Install apt dependencies
365366
run: |
367+
sudo apt-get update
366368
sudo apt-get install --no-install-recommends \
367369
qemu-user \
368370
g++-aarch64-linux-gnu \

0 commit comments

Comments
 (0)