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 8117200 commit bafe559Copy full SHA for bafe559
.github/workflows/linux-toolchain.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: Build OpenBIOS with it
27
run: make -C src/mips/openbios -j 6 all
28
- name: Build psyqo examples with it
29
- run: for d in src/mips/psyqo/examples/* ; do make -C $d -j 6 all TEST=true ; done
+ run: for d in src/mips/psyqo/examples/* src/mips/psyqo-paths/examples/* src/mips/psyqo-lua/examples/* ; do make -C $d -j 6 all TEST=true ; done
0 commit comments