summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2023-04-19 11:08:52 +0100
committerEmīls <emils@mullvad.net>2023-05-22 10:18:27 +0200
commite5b73d7abc1b50cfbb9c6f056bf66fef28fef5b2 (patch)
tree4e0c6cf3336c69c1c97b0640d5c06bc27819594c /.github
parent77f51e690b26346ff4b251c27eb2ece493820d85 (diff)
downloadmullvadvpn-e5b73d7abc1b50cfbb9c6f056bf66fef28fef5b2.tar.xz
mullvadvpn-e5b73d7abc1b50cfbb9c6f056bf66fef28fef5b2.zip
Add shadowsocks-proxy crate
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios.yml2
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: |