We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt update
1 parent 9704ff4 commit 299137dCopy full SHA for 299137d
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,9 @@ 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: |
24
+ sudo apt-get update
25
+ sudo apt-get install -y qemu-system-x86-64
26
- name: Run the exploit
27
id: test
28
continue-on-error: true
0 commit comments