Skip to content

Commit eedc4eb

Browse files
committed
Install Rust without action
1 parent 785a011 commit eedc4eb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/translations.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ jobs:
3737
run: npm ci
3838

3939
- name: Install nightly Rust
40-
uses: actions-rs/toolchain@v1.0.6
41-
with:
42-
toolchain: stable
43-
default: true
40+
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
4441

4542
- name: Verify translations
4643
run: scripts/localization verify

0 commit comments

Comments
 (0)