diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-12 15:56:07 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-25 12:07:10 +0100 |
| commit | fc97cb28cd1db0d1570cf41900a1c1eb2b268a49 (patch) | |
| tree | 21210df86f7c39ce643ea49c2400e36dc942c907 /.github | |
| parent | 4e30a8eea8428cd821b50e819e5af6896c40be47 (diff) | |
| download | mullvadvpn-fc97cb28cd1db0d1570cf41900a1c1eb2b268a49.tar.xz mullvadvpn-fc97cb28cd1db0d1570cf41900a1c1eb2b268a49.zip | |
Remove `USE_MOLD` env variable
Use default value instead (which is false)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 2e67ee41b6..d2189aab41 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -126,8 +126,6 @@ jobs: git submodule update --init --depth=1 dist-assets/binaries git submodule update --init wireguard-go-rs/libwg/wireguard-go - name: Build app - env: - USE_MOLD: false run: ./build.sh - name: Build test executable run: ./desktop/packages/mullvad-vpn/scripts/build-test-executable.sh |
