summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-01-15 09:43:16 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-01-24 17:35:03 +0100
commit938f8e2d343cb0e60de58575b9ba2fc415f3f896 (patch)
tree0f5b0a3c75de1da2761080756265a9a66ac86516
parentc9c9e12376bb8e6691f4f56d970d23907637cfb2 (diff)
downloadmullvadvpn-938f8e2d343cb0e60de58575b9ba2fc415f3f896.tar.xz
mullvadvpn-938f8e2d343cb0e60de58575b9ba2fc415f3f896.zip
Check out wireguard-go-rs submodule in Windows daemon workflow
-rw-r--r--.github/workflows/daemon.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index 2727d6697b..ee7dcc77ae 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -130,7 +130,9 @@ jobs:
uses: actions/checkout@v4
- name: Checkout submodules
- run: git submodule update --init --depth=1
+ run: |
+ git submodule update --init --depth=1
+ git submodule update --init --recursive --depth=1 wireguard-go-rs
- name: Install Protoc
# NOTE: ARM runner already has protoc