Skip to content

Commit 1e9b827

Browse files
authored
Merge pull request #1773 from AkihiroSuda/dev
CI: add `apt-get update` to fix 404 errors
2 parents 336c669 + 59e8775 commit 1e9b827

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
run: sudo make install
188188
- name: Install test dependencies
189189
run: |
190+
sudo apt-get update
190191
sudo apt-get install -y --no-install-recommends ovmf qemu-system-x86 qemu-utils
191192
sudo modprobe kvm
192193
# `sudo usermod -aG kvm $(whoami)` does not take an effect on GHA
@@ -235,6 +236,7 @@ jobs:
235236
sudo make install
236237
- name: Install test dependencies
237238
run: |
239+
sudo apt-get update
238240
sudo apt-get install -y --no-install-recommends ovmf qemu-system-x86 qemu-utils
239241
sudo modprobe kvm
240242
# `sudo usermod -aG kvm $(whoami)` does not take an effect on GHA

0 commit comments

Comments
 (0)