Skip to content

Commit 3cd2a4d

Browse files
authored
Setup nasm
1 parent b13392e commit 3cd2a4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/crateOS.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16+
17+
- name: Set up NASM
18+
uses: ilammy/[email protected]
19+
20+
1621
- name: run GNU make
1722
run: make
1823

0 commit comments

Comments
 (0)