diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-02-04 20:11:54 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-02-04 20:11:54 +0100 |
| commit | e2495c2fcd82d5d63f09def5aa5bb7461625d33b (patch) | |
| tree | 1bef30ef2ae71d64db99e0722c3976acb6bda8c9 | |
| parent | af4b96ee55d57d41977e7bf91f8e755f65ce3d73 (diff) | |
| parent | 5a4d2ca2db4def06729c3c12a3d5612760b0995f (diff) | |
| download | mullvadvpn-e2495c2fcd82d5d63f09def5aa5bb7461625d33b.tar.xz mullvadvpn-e2495c2fcd82d5d63f09def5aa5bb7461625d33b.zip | |
Merge branch 'fix-e2e-checkout-submodules'
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 2a334ab52d..a44905e55f 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: @@ -198,6 +201,8 @@ jobs: run: rustup target add i686-pc-windows-msvc - name: Install latest zig uses: mlugg/setup-zig@v1 + with: + version: 0.14.0-dev.3036+7ac110ac2 - name: Install msbuild uses: microsoft/setup-msbuild@v1.0.2 with: |
