Skip to content

Commit cbbe0da

Browse files
committed
updated build process
1 parent 58663d9 commit cbbe0da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

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

1414
- name: Install NASM
1515
run: sudo apt install nasm -y
16+
17+
- name: Build Kernel
18+
run: make kernel.elf
19+
20+
- name: Build Programs
21+
run: cd programs && make && cd ..
1622

1723
- name: Build Image
1824
run: make myos.img

0 commit comments

Comments
 (0)