summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-10-18 16:14:12 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-10-21 09:08:20 +0200
commitc32e72ab7ce0940f36060b79891471ad32dfd703 (patch)
treeb6ab197e420d4ea21424e7f0ddd813a11e665877 /.github
parente71e1450b8c891ff23c1120ace2c13ddd5c77342 (diff)
downloadmullvadvpn-c32e72ab7ce0940f36060b79891471ad32dfd703.tar.xz
mullvadvpn-c32e72ab7ce0940f36060b79891471ad32dfd703.zip
Update Rust before running end-to-end tests
Diffstat (limited to '.github')
-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 d386078d4e..1a1abdcbb0 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -270,6 +270,11 @@ jobs:
node-version-file: gui/package.json
cache: 'npm'
cache-dependency-path: gui/package-lock.json
+ - name: Install Rust
+ uses: actions-rs/toolchain@v1.0.6
+ with:
+ toolchain: stable
+ default: true
- name: Build app
run: ./build.sh
- name: Build test executable