Skip to content

Commit

Permalink
fix: build for target
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher authored and Armin Becher committed Mar 8, 2024
1 parent 36b13f5 commit 1ce6c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: cargo test --verbose
- name: Build
run: |
cargo build --verbose --release
cargo build --verbose --release --target x86_64-apple-darwin
ls ./target
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1ce6c0f

Please sign in to comment.