Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Fix cross installation if cache is present
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Aug 7, 2023
1 parent b98332e commit 9f9aec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install cross
run: cargo install cross
run: cargo install --force cross

- name: Build
run: cross build --release --all-features --target ${{ matrix.toolchain }}
Expand Down

0 comments on commit 9f9aec1

Please sign in to comment.