Skip to content

Commit

Permalink
workflows: fix cargo argument ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Jul 17, 2024
1 parent 06018ee commit 84da640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/paxmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
rustup default stable
- run: |
rustup target add --toolchain stable "${{ matrix.platform }}"
- run: cargo build --bin --target "${{ matrix.platform }}" paxmark
- run: cargo build --target "${{ matrix.platform }}" --bin paxmark

0 comments on commit 84da640

Please sign in to comment.