Don't = target

This commit is contained in:
asonix 2024-02-07 21:02:50 -06:00
parent 3348b45d5f
commit e601de6767
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ jobs:
"aarch64-unknown-linux-musl"] "aarch64-unknown-linux-musl"]
- -
name: Compile pict-rs name: Compile pict-rs
run: cargo zigbuild --target=${{ matrix.target }} --release run: cargo zigbuild --target ${{ matrix.target }} --release
- -
name: Prepare artifacts name: Prepare artifacts
run: | run: |