Skip to content

Commit

Permalink
try different toolchains macos release
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 22, 2023
1 parent 5736ac8 commit 52f802f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:

# Setup Rust
- uses: dtolnay/[email protected]
if: matrix.os == 'macos-11'
with:
toolchain: "aarch64-apple-darwin, x86_64-apple-darwin"
components: rustfmt

- uses: dtolnay/[email protected]
if: matrix.os == 'windows-latest'
with:
components: rustfmt

Expand Down

0 comments on commit 52f802f

Please sign in to comment.