Skip to content

Commit 6664b99

Browse files
committed
Fix the automation task
* changed the make target from all to kernel
1 parent 866a372 commit 6664b99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/WorkflowBuildFromDev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '21'
2727

2828
- 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
3030

3131
- name: Upload the Build Artefacts
3232
uses: actions/upload-artifact@v4

.github/workflows/WorkflowBuildFromMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '21'
2727

2828
- 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
3030

3131
- name: Upload the Build Artefacts
3232
uses: actions/upload-artifact@v4

Tools/GitHub-Automation/WorkflowBuildFromDev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '21'
2727

2828
- 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
3030

3131
- name: Upload the Build Artefacts
3232
uses: actions/upload-artifact@v4

Tools/GitHub-Automation/WorkflowBuildFromMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '21'
2727

2828
- 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
3030

3131
- name: Upload the Build Artefacts
3232
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)