diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index e8a7730..00dea47 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -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: @@ -73,4 +76,4 @@ jobs: uses: https://code.forgejo.org/forgejo/upload-artifact@v4 with: name: ${{ matrix.binary_name }} - path: artifacts/${{ matrix.binary_name }} \ No newline at end of file + path: artifacts/${{ matrix.binary_name }}