Skip to content

Commit 63f91bb

Browse files
committed
use an older version of cross
1 parent cceb66f commit 63f91bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
- name: Use Cross
8484
shell: bash
8585
run: |
86-
cargo install cross
86+
# see: https://github.com/cross-rs/cross/issues/229#issuecomment-590546949
87+
cargo install --version 0.1.16 cross
8788
echo "CARGO=cross" >> $GITHUB_ENV
8889
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
8990
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)