fix: cross cant find cargo
This commit is contained in:
parent
eabbe726f1
commit
8178bc8ebf
1 changed files with 4 additions and 1 deletions
|
@ -56,6 +56,9 @@ jobs:
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
- name: 🧰 Install Cross
|
||||||
|
run: cargo install cross --locked
|
||||||
|
|
||||||
- name: 🚀 Build with cross
|
- name: 🚀 Build with cross
|
||||||
uses: https://github.com/actions-rs/cargo@v1
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue