Skip to content

Commit

Permalink
Add target specification to cargo build command in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stolz committed Sep 27, 2024
1 parent 4f6f44d commit d3dec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: cargo build --release
run: cargo build --release --target ${{ matrix.config.target }}

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d3dec1e

Please sign in to comment.