diff options
| -rw-r--r-- | .github/workflows/m68k.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/m68k.yml b/.github/workflows/m68k.yml index b78f17c0e26..511e2ff3dec 100644 --- a/.github/workflows/m68k.yml +++ b/.github/workflows/m68k.yml @@ -102,7 +102,7 @@ jobs: - name: Run tests run: | - ./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 }} - name: Run Hello World! run: | |
