summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-04-28 09:34:23 +0200
committerAlbin <albin@mullvad.net>2022-04-29 10:59:06 +0200
commitb73bf8ecd0ea7a492ae1e31e32abb5fb22aab01a (patch)
treef1d5479c5f43807ed5e564221bb025b00e360681 /.github/workflows
parent2028e5b78ddc90d8d1df7e9ac830346cf912388a (diff)
downloadmullvadvpn-b73bf8ecd0ea7a492ae1e31e32abb5fb22aab01a.tar.xz
mullvadvpn-b73bf8ecd0ea7a492ae1e31e32abb5fb22aab01a.zip
Switch rust toolchain action
Switching rust toolchain action due to some issues experienced with the internal caching of the previous action.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-app.yml2
-rw-r--r--.github/workflows/daemon.yml12
-rw-r--r--.github/workflows/rustfmt.yml4
-rw-r--r--.github/workflows/translations-converter.yml4
-rw-r--r--.github/workflows/translations.yml4
5 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 880d877626..5069d117cb 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -49,7 +49,7 @@ jobs:
- name: Configure Rust
if: steps.cache-native-libs.outputs.cache-hit != 'true'
- uses: actions-rs/toolchain@v1
+ uses: actions-rs/toolchain@v1.0.6
with:
toolchain: stable
target: x86_64-linux-android
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index d5b8e88efd..39d59e1bfc 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -48,9 +48,9 @@ jobs:
run: git submodule update --init --depth=1 dist-assets/binaries
- name: Install Rust
- uses: ATiltedTree/setup-rust@v1.0.4
+ uses: actions-rs/toolchain@v1.0.6
with:
- rust-version: ${{ matrix.rust }}
+ toolchain: ${{ matrix.rust }}
- name: Install Go
uses: actions/setup-go@v2.1.3
@@ -70,9 +70,9 @@ jobs:
uses: actions/checkout@v2
- name: Install Rust
- uses: ATiltedTree/setup-rust@v1.0.4
+ uses: actions-rs/toolchain@v1.0.6
with:
- rust-version: stable
+ toolchain: stable
- name: Install Go
uses: actions/setup-go@v2.1.3
@@ -111,9 +111,9 @@ jobs:
key: windows-modules-${{ steps.windows-modules-hash.outputs.hash }}
- name: Install Rust
- uses: ATiltedTree/setup-rust@v1.0.4
+ uses: actions-rs/toolchain@v1.0.6
with:
- rust-version: stable
+ toolchain: stable
- name: Install Go
uses: actions/setup-go@v2.1.3
diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml
index c381337e5a..61ba8cb2f0 100644
--- a/.github/workflows/rustfmt.yml
+++ b/.github/workflows/rustfmt.yml
@@ -16,9 +16,9 @@ jobs:
uses: actions/checkout@v2
- name: Install nightly Rust
- uses: ATiltedTree/setup-rust@v1.0.4
+ uses: actions-rs/toolchain@v1.0.6
with:
- rust-version: nightly
+ toolchain: nightly
components: rustfmt
- name: Check formatting
diff --git a/.github/workflows/translations-converter.yml b/.github/workflows/translations-converter.yml
index 9b1f518864..41d1d34617 100644
--- a/.github/workflows/translations-converter.yml
+++ b/.github/workflows/translations-converter.yml
@@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v2
- name: Install Rust
- uses: ATiltedTree/setup-rust@v1.0.4
+ uses: actions-rs/toolchain@v1.0.6
with:
- rust-version: stable
+ toolchain: stable
- name: Build and test translations converter tool
working-directory: android/translations-converter
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index 08a0cf91b2..1e316e14df 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -36,9 +36,9 @@ jobs:
run: npm ci
- name: Install nightly Rust
- uses: ATiltedTree/setup-rust@v1.0.4
+ uses: actions-rs/toolchain@v1.0.6
with:
- rust-version: stable
+ toolchain: stable
- name: Extract messages from desktop GUI
working-directory: gui/locales