diff options
| -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 |
