We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9704ff4 commit b105008Copy full SHA for b105008
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build the exploit
21
run: make
22
- name: Install QEMU
23
- run: sudo apt-get install -y qemu-system-x86-64
+ run: sudo apt-get update && apt-get install -y qemu-system-x86-64
24
- name: Run the exploit
25
id: test
26
continue-on-error: true
0 commit comments