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

This commit is contained in:
Benjamyn Love 2025-03-20 22:13:51 -04:00
parent 93d5472dda
commit 38d6be83dc

View File

@ -25,16 +25,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install deps - name: Install deps
run: apt-get update; apt-get install -y libdbus-1-3 libdbus-1-dev libdbus-1-3 pkg-config run: |
- name: Build binary apt-get update; apt-get install -y libdbus-1-3 libdbus-1-dev libdbus-1-3 pkg-config rustup
uses: houseabsolute/actions-rust-cross@v1 rustup toolchain install stable-x86_64-unknown-linux-gnu
with: cargo build --release
use-rust-cache: false
command: "build"
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.platform.toolchain }}
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: "mycelium"
target: "x86_64-unknown-linux-gnu"