diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-01-19 13:59:38 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-01-19 15:16:01 +0100 |
| commit | 4ef1179ebee978a5fc337df98c000f20fa069836 (patch) | |
| tree | 74489c0a6fd55e971ab3f60ce8bf301468f4a646 /.github | |
| parent | dd58b315e2108f84e3a79b442189d3bcd72f9c49 (diff) | |
| download | mullvadvpn-4ef1179ebee978a5fc337df98c000f20fa069836.tar.xz mullvadvpn-4ef1179ebee978a5fc337df98c000f20fa069836.zip | |
Remove 'nightly' from translations workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 577df6f278..234f965b64 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -35,7 +35,7 @@ jobs: working-directory: gui run: npm ci - - name: Install nightly Rust + - name: Install Rust uses: actions-rs/toolchain@v1.0.6 with: toolchain: stable |
