Skip to content

Commit cf509d8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/m68k.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ 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
94-
CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests
93+
./y.sh test --mini-tests --target-triple m68k-unknown-linux-gnu
94+
CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu ./y.sh test --cargo-tests --target-triple m68k-unknown-linux-gnu
9595
./y.sh clean all
9696
9797
- name: Prepare dependencies

0 commit comments

Comments
 (0)