Skip to content

Commit

Permalink
add x86_64 toolchain for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
oleggator committed Aug 21, 2024
1 parent c3b22a4 commit c7346fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
profile: minimal
override: true

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-apple-darwin
profile: minimal

- name: Run tests
working-directory: history_archiver
run: cargo test --target=x86_64-apple-darwin -r --verbose
Expand Down

0 comments on commit c7346fc

Please sign in to comment.