fix: cross cant find cargo

This commit is contained in:
Chance 2025-04-11 15:06:35 -04:00 committed by BitSyndicate
parent d3256b70e5
commit ad8828fac0

View file

@ -56,6 +56,9 @@ jobs:
target: ${{ matrix.target }}
override: true
- name: 🧰 Install Cross
run: cargo install cross --locked
- name: 🚀 Build with cross
uses: https://github.com/actions-rs/cargo@v1
with: