Skip to content

Commit a291379

Browse files
committed
.github: update apt before installing, in case it is stale
1 parent c46ba91 commit a291379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
submodules: true
141141
- name: Install apt dependencies
142142
run: |
143+
sudo apt-get update
143144
sudo apt-get install --no-install-recommends \
144145
qemu-system-arm \
145146
qemu-system-riscv32 \

0 commit comments

Comments
 (0)