Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner authored Oct 24, 2023
1 parent 9daca22 commit 47c6c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: contains(fromJSON('["x86_64-unknown-linux-musl", "aarch64-apple-darwin"]'), matrix.target)

- name: Build
run: cross build --verbose --locked -F bin --release --target ${{ matrix.target }}
run: cargo build --verbose --locked -F bin --release --target ${{ matrix.target }}

- name: Package
shell: bash
Expand Down

0 comments on commit 47c6c72

Please sign in to comment.