Skip to content

Commit

Permalink
fix: add missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Dec 20, 2024
1 parent e2dd4b5 commit cdf001e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-ios,aarch64-apple-ios-sim
targets: aarch64-apple-ios,aarch64-apple-ios-sim,x86_64-apple-ios

- name: Write .xcode.env.local
run: |
Expand Down

0 comments on commit cdf001e

Please sign in to comment.