diff options
| author | Albin <albin@mullvad.net> | 2022-04-28 09:34:23 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-04-29 10:59:06 +0200 |
| commit | b73bf8ecd0ea7a492ae1e31e32abb5fb22aab01a (patch) | |
| tree | f1d5479c5f43807ed5e564221bb025b00e360681 /.github/workflows/rustfmt.yml | |
| parent | 2028e5b78ddc90d8d1df7e9ac830346cf912388a (diff) | |
| download | mullvadvpn-b73bf8ecd0ea7a492ae1e31e32abb5fb22aab01a.tar.xz mullvadvpn-b73bf8ecd0ea7a492ae1e31e32abb5fb22aab01a.zip | |
Switch rust toolchain action
Switching rust toolchain action due to some issues experienced with the
internal caching of the previous action.
Diffstat (limited to '.github/workflows/rustfmt.yml')
| -rw-r--r-- | .github/workflows/rustfmt.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index c381337e5a..61ba8cb2f0 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -16,9 +16,9 @@ jobs: uses: actions/checkout@v2 - name: Install nightly Rust - uses: ATiltedTree/setup-rust@v1.0.4 + uses: actions-rs/toolchain@v1.0.6 with: - rust-version: nightly + toolchain: nightly components: rustfmt - name: Check formatting |
