summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ios.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 2565e91f01..506d043d24 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -54,6 +54,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: