Skip to content

Commit

Permalink
Install rust-src on macOS since its now required for C bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jun 3, 2023
1 parent 36f1513 commit 8885ee4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,11 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
- name: Install other Rust platforms
run: rustup target install aarch64-apple-darwin
- name: Install Rust components
run: |
rustup target install aarch64-apple-darwin
rustup component add rust-src --toolchain aarch64-apple-darwin
rustup component add rust-src --toolchain x86_64-apple-darwin
- name: Checkout source code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8885ee4

Please sign in to comment.