diff options
| author | Hank <hank@mullvad.net> | 2022-11-07 12:22:17 +0100 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-11-07 12:27:08 +0100 |
| commit | 93ca30505dfc815e10de9b868de98954c804a9d9 (patch) | |
| tree | c96a4ac45606cd2cf0fd46f06489d3756b8db1f3 | |
| parent | cd67d3a4a6964f45367653753c0552c25b5882cb (diff) | |
| download | mullvadvpn-update-translate-workflow.tar.xz mullvadvpn-update-translate-workflow.zip | |
Install Rust without actionupdate-translate-workflow
| -rw-r--r-- | .github/workflows/translations.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index dfa2fddd11..4fb0b20e25 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -36,10 +36,7 @@ jobs: run: npm ci - name: Install nightly Rust - uses: actions-rs/toolchain@v1.0.6 - with: - toolchain: stable - default: true + run: curl https://sh.rustup.rs -sSf | sh -s -- -y - name: Verify translations run: scripts/localization verify |
