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 7961cab commit c8a5143Copy full SHA for c8a5143
.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 ${{ matrix.commands }}
+ ./y.sh test --target-triple m68k-unknown-linux-gnu --release --clean --build-sysroot ${{ matrix.commands }}
106
107
- name: Run Hello World!
108
0 commit comments