We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ec9f8 commit 0767ab6Copy full SHA for 0767ab6
.github/workflows/check.yml
@@ -202,7 +202,7 @@ jobs:
202
with:
203
java-version: "17"
204
distribution: "temurin"
205
- - run: rustup target add aarch64-apple-ios aarch64-apple-ios-sim
+ - run: rustup target add x86_64-apple-darwin x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim
206
- run: rustup toolchain install nightly --component rust-src
207
- run: npm ci
208
- run: npm run build
0 commit comments