summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/desktop-e2e.yml5
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: