This commit is contained in:
parent
93d5472dda
commit
38d6be83dc
@ -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"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user