Skip to content

Commit f619e21

Browse files
Update makeiso.yml
1 parent 08fd56f commit f619e21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/makeiso.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: make
1313
run: make
14-
- uses: ilammy/setup-nasm@v1
14+
- name: Install packages
15+
run: apt install -y nasm
1516
- name: Upload ISO
1617
uses: actions/[email protected]
1718
with:

0 commit comments

Comments
 (0)