Skip to content

Commit c4ccc15

Browse files
committed
Add missing --target-triple flag in m68k CI
1 parent 89f0cb3 commit c4ccc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/m68k.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
./y.sh prepare --only-libcore --cross
9292
./y.sh build --sysroot --features compiler_builtins/no-f16-f128 --target-triple m68k-unknown-linux-gnu
93-
./y.sh test --mini-tests
93+
./y.sh test --mini-tests --target-triple m68k-unknown-linux-gnu
9494
CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests
9595
./y.sh clean all
9696

0 commit comments

Comments
 (0)