summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/android-app.yml
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/android-app.yml
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/android-app.yml')
-rw-r--r--.github/workflows/android-app.yml2
1 files changed, 1 insertions, 1 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