summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2025-02-19 17:02:36 +0100
committerBug Magnet <marco.nikic@mullvad.net>2025-02-21 11:37:48 +0100
commit4f98a8acdc19d5679add2861cb700c9aa7d2d887 (patch)
tree2d4a02b754f1d90cce91dafb57380bd4fc72cb2b
parentb9a986f8d549b89f46abca3b0268691c0e2a205a (diff)
downloadmullvadvpn-4f98a8acdc19d5679add2861cb700c9aa7d2d887.tar.xz
mullvadvpn-4f98a8acdc19d5679add2861cb700c9aa7d2d887.zip
Add wireguard-apple submodule update to ios workflow
-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: