mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +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: actions-rs/cargo@v1
|
||||
with:
|
||||
use-cross: true
|
||||
command: build
|
||||
args: --release --target x86_64-unknown-linux-musl
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: haze
|
||||
path: target/${{ matrix.target }}/release/haze
|
||||
path: target/x86_64-unknown-linux-musl/release/haze
|
||||
|
||||
test:
|
||||
name: Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue