Skip to content

Commit

Permalink
Pin Cross to 0.2.1 (#62)
Browse files Browse the repository at this point in the history
To unblock release.

See cross-rs/cross#864
  • Loading branch information
dduan authored Jun 30, 2022
1 parent db2139b commit e7f7403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Use Cross
# if: matrix.os != 'windows-2019'
run: |
cargo install cross
cargo install --version 0.2.1 cross
echo "CARGO=cross" >> $GITHUB_ENV
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
Expand Down

0 comments on commit e7f7403

Please sign in to comment.