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 89f0cb3 commit cf509d8Copy full SHA for cf509d8
.github/workflows/m68k.yml
@@ -90,8 +90,8 @@ jobs:
90
run: |
91
./y.sh prepare --only-libcore --cross
92
./y.sh build --sysroot --features compiler_builtins/no-f16-f128 --target-triple m68k-unknown-linux-gnu
93
- ./y.sh test --mini-tests
94
- CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests
+ ./y.sh test --mini-tests --target-triple m68k-unknown-linux-gnu
+ CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests --target-triple m68k-unknown-linux-gnu
95
./y.sh clean all
96
97
- name: Prepare dependencies
0 commit comments