fix: cross cant find cargo
This commit is contained in:
parent
d3256b70e5
commit
ad8828fac0
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:
|
||||||
|
@ -73,4 +76,4 @@ jobs:
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.binary_name }}
|
name: ${{ matrix.binary_name }}
|
||||||
path: artifacts/${{ matrix.binary_name }}
|
path: artifacts/${{ matrix.binary_name }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue