Skip to content

Commit b105008

Browse files
committed
Fix CI problems
1 parent 9704ff4 commit b105008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build the exploit
2121
run: make
2222
- name: Install QEMU
23-
run: sudo apt-get install -y qemu-system-x86-64
23+
run: sudo apt-get update && apt-get install -y qemu-system-x86-64
2424
- name: Run the exploit
2525
id: test
2626
continue-on-error: true

0 commit comments

Comments
 (0)