mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Don't = target
This commit is contained in:
parent
3348b45d5f
commit
e601de6767
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ jobs:
|
|||
"aarch64-unknown-linux-musl"]
|
||||
-
|
||||
name: Compile pict-rs
|
||||
run: cargo zigbuild --target=${{ matrix.target }} --release
|
||||
run: cargo zigbuild --target ${{ matrix.target }} --release
|
||||
-
|
||||
name: Prepare artifacts
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue