File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
java-version : ' 21'
27
27
28
28
- name : Run Makefile to compile program
29
- run : make project=Cataphract all 2>&1 | tee CompileLogs/Compile.log
29
+ run : make project=Cataphract kernel 2>&1 | tee CompileLogs/Compile.log
30
30
31
31
- name : Upload the Build Artefacts
32
32
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 26
26
java-version : ' 21'
27
27
28
28
- name : Run Makefile to compile program
29
- run : make project=Cataphract all 2>&1 | tee CompileLogs/Compile.log
29
+ run : make project=Cataphract kernel 2>&1 | tee CompileLogs/Compile.log
30
30
31
31
- name : Upload the Build Artefacts
32
32
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 26
26
java-version : ' 21'
27
27
28
28
- name : Run Makefile to compile program
29
- run : make project=Cataphract all 2>&1 | tee CompileLogs/Compile.log
29
+ run : make project=Cataphract kernel 2>&1 | tee CompileLogs/Compile.log
30
30
31
31
- name : Upload the Build Artefacts
32
32
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 26
26
java-version : ' 21'
27
27
28
28
- name : Run Makefile to compile program
29
- run : make project=Cataphract all 2>&1 | tee CompileLogs/Compile.log
29
+ run : make project=Cataphract kernel 2>&1 | tee CompileLogs/Compile.log
30
30
31
31
- name : Upload the Build Artefacts
32
32
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments