diff options
| author | Albin <albin@mullvad.net> | 2022-04-20 15:18:02 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-04-20 16:03:10 +0200 |
| commit | 7d4babf65d7d5160d54b89349bbfaaccf685ffb9 (patch) | |
| tree | 8eee05ddb4c6ea1e1971f3ab56f51adad2c3a449 | |
| parent | 020142c101664420db826b0f38a4c6bed6fe8a3b (diff) | |
| download | mullvadvpn-7d4babf65d7d5160d54b89349bbfaaccf685ffb9.tar.xz mullvadvpn-7d4babf65d7d5160d54b89349bbfaaccf685ffb9.zip | |
Switch Android rust toolchain action
| -rw-r--r-- | .github/workflows/android-app.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 4d65664840..880d877626 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -49,10 +49,10 @@ jobs: - name: Configure Rust if: steps.cache-native-libs.outputs.cache-hit != 'true' - uses: ATiltedTree/setup-rust@v1.0.4 + uses: actions-rs/toolchain@v1 with: - rust-version: stable - targets: x86_64-linux-android + toolchain: stable + target: x86_64-linux-android - name: Configure Go if: steps.cache-native-libs.outputs.cache-hit != 'true' |
