Skip to content

Commit

Permalink
Add aarch64-apple-darwin to toolchain targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Feb 11, 2024
1 parent e71905d commit eb79b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
target: x86_64-unknown-linux-musl
target: x86_64-unknown-linux-musl,aarch64-apple-darwin
components: rustfmt, clippy

- uses: awalsh128/cache-apt-pkgs-action@v1
Expand Down

0 comments on commit eb79b99

Please sign in to comment.