summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
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: