summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-02-04 13:48:04 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-02-04 20:11:13 +0100
commit35ab236c7d7004facf9d7dd1ed7f7e53f9fa4de8 (patch)
tree610a42f53c5ecfa5afc719a85b6bad24d8c38d77 /.github/workflows
parentaf4b96ee55d57d41977e7bf91f8e755f65ce3d73 (diff)
downloadmullvadvpn-35ab236c7d7004facf9d7dd1ed7f7e53f9fa4de8.tar.xz
mullvadvpn-35ab236c7d7004facf9d7dd1ed7f7e53f9fa4de8.zip
Check out submodules when building app for E2E tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 2a334ab52d..6e3fc157d3 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -185,6 +185,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
+ - name: Checkout submodules
+ run: |
+ git submodule update --init --recursive --depth=1 wireguard-go-rs
- name: Install Protoc
uses: arduino/setup-protoc@v3
with: