Skip to content

Commit

Permalink
Pin cross version for release (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan authored Jul 5, 2022
1 parent c48d2a6 commit 20f3f6b
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 @@ -127,7 +127,7 @@ jobs:
- name: Use Cross
if: matrix.build != 'win-msvc-msi'
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 20f3f6b

Please sign in to comment.