Skip to content

Commit fb114ac

Browse files
committed
Install rust-src on macOS since its now required for C bindings
1 parent 4328134 commit fb114ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,10 @@ jobs:
492492
fail-fast: false
493493
runs-on: ${{ matrix.platform }}
494494
steps:
495-
- name: Install other Rust platforms
496-
run: rustup target install aarch64-apple-darwin
495+
- name: Install Rust components
496+
run: |
497+
rustup target install aarch64-apple-darwin
498+
rustup component add rust-src
497499
- name: Checkout source code
498500
uses: actions/checkout@v2
499501
with:

0 commit comments

Comments
 (0)