Skip to content

Commit 61da91f

Browse files
committed
CI worked without taget; This commit tries again with target
1 parent 88fea7a commit 61da91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-mutator
9191
# OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-spec-test
9292
# else
93-
RUSTFLAGS="--cfg tokio_unstable" cargo build --release --bin move-mutation-test
93+
RUSTFLAGS="--cfg tokio_unstable" cargo build --release --target ${{ matrix.target }} --bin move-mutation-test
9494
# OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cargo build --release --target ${{ matrix.target }} --bin move-mutator
9595
# OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cargo build --release --target ${{ matrix.target }} --bin move-spec-test
9696
# fi

0 commit comments

Comments
 (0)