Skip to content

Commit 0767ab6

Browse files
committed
Add missing targets
1 parent 87ec9f8 commit 0767ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
with:
203203
java-version: "17"
204204
distribution: "temurin"
205-
- run: rustup target add aarch64-apple-ios aarch64-apple-ios-sim
205+
- run: rustup target add x86_64-apple-darwin x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim
206206
- run: rustup toolchain install nightly --component rust-src
207207
- run: npm ci
208208
- run: npm run build

0 commit comments

Comments
 (0)