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 cf509d8 commit fec79b8Copy full SHA for fec79b8
.github/workflows/m68k.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Run tests
104
run: |
105
- ./y.sh test--target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot --sysroot-features compiler_builtins/no-f16-f128 ${{ matrix.commands }}
+ ./y.sh test --target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot --sysroot-features compiler_builtins/no-f16-f128 ${{ matrix.commands }}
106
107
- name: Run Hello World!
108
0 commit comments