Skip to content

Commit

Permalink
build: fix target mac os
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 4505110 commit 60c9fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: x86_64-apple-darwin
- name: Run tests
run: cargo test --verbose
- name: Build
Expand Down

0 comments on commit 60c9fa1

Please sign in to comment.