summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2025-02-21 11:50:18 +0100
committerBug Magnet <marco.nikic@mullvad.net>2025-02-21 11:50:18 +0100
commit28a43fbd0a9eb44eae21c1787fbf8766cd2771a3 (patch)
treed1d269c84320e085a064676f93570d19af540c2e /.github
parent2f12fea72d055644a0c00b8dc6c4a121aea41df6 (diff)
parent43815360afdc95e4f038562276dd050a7b99a6e2 (diff)
downloadmullvadvpn-28a43fbd0a9eb44eae21c1787fbf8766cd2771a3.tar.xz
mullvadvpn-28a43fbd0a9eb44eae21c1787fbf8766cd2771a3.zip
Merge branch 'ios-1025-wireguard-apple-submodule'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios-end-to-end-tests.yml5
-rw-r--r--.github/workflows/ios.yml7
2 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ios-end-to-end-tests.yml b/.github/workflows/ios-end-to-end-tests.yml
index bbc70d8588..8b3fe83970 100644
--- a/.github/workflows/ios-end-to-end-tests.yml
+++ b/.github/workflows/ios-end-to-end-tests.yml
@@ -98,6 +98,11 @@ jobs:
clean: true
ref: ${{ env.COMMIT_HASH }}
+ - name: Checkout submodules
+ run: |
+ git config --global --add safe.directory '*'
+ git submodule update --init ios/wireguard-apple
+
- name: Configure Rust
run: rustup target add aarch64-apple-ios
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 2565e91f01..46a833160b 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -6,6 +6,7 @@ on:
- .github/workflows/ios.yml
- ios/build-rust-library.sh
- ios/.swiftformat
+ - ios/wireguard-apple
- ios/**/*.swift
- ios/**/*.xctestplan
workflow_dispatch:
@@ -54,6 +55,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
+ - name: Checkout submodules
+ run: |
+ git config --global --add safe.directory '*'
+ git submodule update --init ios/wireguard-apple
+
+
- name: Configure cache
uses: actions/cache@v3
with: