diff options
| author | Emīls <emils@mullvad.net> | 2023-05-22 10:41:35 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-05-22 10:41:35 +0200 |
| commit | 3a4f1a22705bf0062c3c73e8e9f13d303f6a0b71 (patch) | |
| tree | 8e716c0e564af8ead4f9e7509c413ef0e9cc5081 /.github | |
| parent | 77f51e690b26346ff4b251c27eb2ece493820d85 (diff) | |
| parent | ae24508c088e874d00a7943abe7f0c0f21ff04c5 (diff) | |
| download | mullvadvpn-3a4f1a22705bf0062c3c73e8e9f13d303f6a0b71.tar.xz mullvadvpn-3a4f1a22705bf0062c3c73e8e9f13d303f6a0b71.zip | |
Merge branch 'add-a-rust-crate-for-shadowsocks-to-the-ios-113'
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: | |
