Skip to content

Commit 339af56

Browse files
authored
ci: install host dependencies from apt
1 parent a27ff36 commit 339af56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: ilammy/setup-nasm@v1
15+
- name: Install host dependencies
16+
run: sudo apt install nasm xorriso
17+
1618
- uses: actions/checkout@v4
1719
with:
1820
submodules: 'recursive'

0 commit comments

Comments
 (0)