diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2025-07-01 19:35:39 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2025-07-01 19:35:39 -0400 |
| commit | fec79b86a2fb9f7086229d1b94bafd204eec6c27 (patch) | |
| tree | 0b93241f874eefe9c4a3b79d1f182f1c5ae84020 | |
| parent | cf509d87d909c551c942b315ac16f2722a71db2e (diff) | |
| download | rust-fec79b86a2fb9f7086229d1b94bafd204eec6c27.tar.gz rust-fec79b86a2fb9f7086229d1b94bafd204eec6c27.zip | |
Add missing space before --target-triple
| -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: | |
