mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix cross installation if cache is present
This commit is contained in:
parent
b98332eae4
commit
9f9aec1f8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
- name: Install cross
|
- name: Install cross
|
||||||
run: cargo install cross
|
run: cargo install --force cross
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cross build --release --all-features --target ${{ matrix.toolchain }}
|
run: cross build --release --all-features --target ${{ matrix.toolchain }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue