Update .gitea/workflows/release.yml
Some checks failed
/ release (push) Failing after 5s

This commit is contained in:
Benjamyn Love 2025-03-20 22:05:46 -04:00
parent e3992f3bae
commit 93d5472dda

View File

@ -29,6 +29,7 @@ jobs:
- name: Build binary - name: Build binary
uses: houseabsolute/actions-rust-cross@v1 uses: houseabsolute/actions-rust-cross@v1
with: with:
use-rust-cache: false
command: "build" command: "build"
target: ${{ matrix.platform.target }} target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.platform.toolchain }} toolchain: ${{ matrix.platform.toolchain }}