fix: cross cant find cargo

This commit is contained in:
Chance 2025-04-11 15:06:35 -04:00 committed by lily
parent eabbe726f1
commit 8178bc8ebf
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -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: