diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index af2d2c70de..b58870edb4 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -51,6 +51,8 @@ jobs: uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '14.3' + - name: Configure Rust + run: rustup target add x86_64-apple-ios - name: Configure Xcode project run: | |
