Skip to content

Commit 5911351

Browse files
committed
Testing since 404-errors on package install
1 parent 3d68c0a commit 5911351

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ jobs:
173173
use-tool-cache: true
174174

175175
- name: Install QEMU
176-
run: sudo apt install -y qemu-system-arm
176+
run: |
177+
sudo apt update
178+
sudo apt install -y qemu-system-arm
177179
178180
- name: Run-pass tests
179181
run: |

0 commit comments

Comments
 (0)