minimal config
Some checks failed
/ release (push) Failing after 4s

This commit is contained in:
Benjamyn Love 2025-03-20 21:59:06 -04:00
parent 31b155f4dd
commit 90639a9266

View File

@ -20,13 +20,7 @@ jobs:
- name: Build binary
uses: houseabsolute/actions-rust-cross@v1
with:
command: "build"
target: "x86_64-unknown-linux-gnu"
toolchain: "stable"
args: "--locked --release"
force-use-cross: false
use-rust-cache: false
strip: true
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
with: