Skip to content

Commit

Permalink
ci: pin and lock cross version
Browse files Browse the repository at this point in the history
  • Loading branch information
theJasonFan committed Mar 5, 2024
1 parent 3da4bd2 commit 22a1b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
build: [linux, linux-arm, macos, win-msvc, win-gnu]
include:
# TODO:
# TODO:
# - arm-unknown-linux-musleabihf
# - aarch64-unknown-linux-gnu
# - i686-unknown-linux-gnu
Expand Down Expand Up @@ -78,9 +78,9 @@ jobs:
shell: bash
if: ${{ matrix.use-cross == true }}
run: |
cargo install cross
cargo install cross@0.2.5 --locked
echo "CARGO=cross" >> $GITHUB_ENV
- name: Set target environment variables
shell: bash
run: |
Expand Down

0 comments on commit 22a1b7b

Please sign in to comment.