diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-02-04 13:54:58 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-02-04 20:11:13 +0100 |
| commit | 5a4d2ca2db4def06729c3c12a3d5612760b0995f (patch) | |
| tree | 1bef30ef2ae71d64db99e0722c3976acb6bda8c9 /.github/workflows | |
| parent | 35ab236c7d7004facf9d7dd1ed7f7e53f9fa4de8 (diff) | |
| download | mullvadvpn-5a4d2ca2db4def06729c3c12a3d5612760b0995f.tar.xz mullvadvpn-5a4d2ca2db4def06729c3c12a3d5612760b0995f.zip | |
Correct zig version
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 6e3fc157d3..a44905e55f 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -201,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: |
