Skip to content

Commit 3b6b882

Browse files
committed
Updated makefile.yml
1 parent 908533e commit 3b6b882

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Install prereqs
19-
run: sudo apt update |
19+
run: |
20+
sudo apt update
2021
sudo apt upgrade
2122
sudo apt install grub-pc-bin nasm mtools qemu-utils xorriso
2223
shell: bash

0 commit comments

Comments
 (0)