diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-02-04 13:48:04 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-02-04 20:11:13 +0100 |
| commit | 35ab236c7d7004facf9d7dd1ed7f7e53f9fa4de8 (patch) | |
| tree | 610a42f53c5ecfa5afc719a85b6bad24d8c38d77 /.github/workflows | |
| parent | af4b96ee55d57d41977e7bf91f8e755f65ce3d73 (diff) | |
| download | mullvadvpn-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.yml | 3 |
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: |
