We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204a155 commit af398e1Copy full SHA for af398e1
.github/workflows/compilation.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Compile project ${{ matrix.debug }}
25
run: |
26
make -j $(getconf _NPROCESSORS_ONLN) clean
27
- make -j $(getconf _NPROCESSORS_ONLN) ${{ matrix.debug }}
+ make -j $(getconf _NPROCESSORS_ONLN) ${{ matrix.debug }} || make clean
28
+ make -j ${{ matrix.debug }}
29
make -j $(getconf _NPROCESSORS_ONLN) install
30
# Create symbolink links using relative paths
31
(cd $PS2DEV/ee/mips64r5900el-ps2-elf/lib && ln -sf ../../../ps2sdk/ee/lib/libcglue.a libcglue.a && cd -)
0 commit comments