Skip to content

Commit c509059

Browse files
Update qemu.yml
1 parent d61aff6 commit c509059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Install quemu
2020
run: |
2121
set -x
22-
apt-get update
23-
apt-get install -y qemu-system
22+
sudo apt-get update
23+
sudo apt-get install -y qemu-system
2424
2525
- name: Run quemu
2626
run: |

0 commit comments

Comments
 (0)