diff options
| author | Emīls <emils@mullvad.net> | 2023-04-19 11:08:52 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-05-22 10:18:27 +0200 |
| commit | e5b73d7abc1b50cfbb9c6f056bf66fef28fef5b2 (patch) | |
| tree | 4e0c6cf3336c69c1c97b0640d5c06bc27819594c /.github | |
| parent | 77f51e690b26346ff4b251c27eb2ece493820d85 (diff) | |
| download | mullvadvpn-e5b73d7abc1b50cfbb9c6f056bf66fef28fef5b2.tar.xz mullvadvpn-e5b73d7abc1b50cfbb9c6f056bf66fef28fef5b2.zip | |
Add shadowsocks-proxy crate
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: | |
