mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
no cross
This commit is contained in:
parent
677383ab5a
commit
b4bcb29f8e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -36,13 +36,12 @@ jobs:
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
use-cross: true
|
|
||||||
command: build
|
command: build
|
||||||
args: --release --target x86_64-unknown-linux-musl
|
args: --release --target x86_64-unknown-linux-musl
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: haze
|
name: haze
|
||||||
path: target/${{ matrix.target }}/release/haze
|
path: target/x86_64-unknown-linux-musl/release/haze
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Tests
|
name: Tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue