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 }} 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 }}