Skip to content

Commit

Permalink
Install cross locked (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Jan 4, 2024
1 parent 52d3100 commit 77cd027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: ${{ matrix.settings.target }}-cargo

- name: Install Cross
run: cargo install cross
run: cargo install cross --locked

- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Install Cross (aarch64-unknown-linux-gnu)
if: ${{ matrix.settings.target == 'aarch64-unknown-linux-gnu' }}
run: cargo install cross
run: cargo install cross --locked

- name: Build
if: ${{ matrix.settings.target != 'aarch64-unknown-linux-gnu' }}
Expand Down

0 comments on commit 77cd027

Please sign in to comment.