diff options
author | Florian Diebold <[email protected]> | 2021-02-12 14:59:29 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2021-02-12 15:31:16 +0000 |
commit | 8c196056d5d51b0c7395eab399f548fc38b9573b (patch) | |
tree | a30c452cf1bae6fefd36650b24a57473aa1cbd0e /.github/workflows/ci.yaml | |
parent | a7387cae2ca9d5e114246e6fada98bfe7808e1d0 (diff) |
Remove pinned Rust version again
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec9ef59a8..1850068a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -53,19 +53,11 @@ jobs: | |||
53 | - name: Install Rust toolchain | 53 | - name: Install Rust toolchain |
54 | uses: actions-rs/toolchain@v1 | 54 | uses: actions-rs/toolchain@v1 |
55 | with: | 55 | with: |
56 | toolchain: 1.49.0 # FIXME: CI is failing on 1.50 | 56 | toolchain: stable |
57 | profile: minimal | 57 | profile: minimal |
58 | override: true | 58 | override: true |
59 | components: rustfmt, rust-src | 59 | components: rustfmt, rust-src |
60 | 60 | ||
61 | - name: Install rustfmt | ||
62 | uses: actions-rs/toolchain@v1 | ||
63 | with: | ||
64 | toolchain: stable | ||
65 | profile: minimal | ||
66 | override: false | ||
67 | components: rustfmt | ||
68 | |||
69 | - name: Cache cargo directories | 61 | - name: Cache cargo directories |
70 | uses: actions/cache@v2 | 62 | uses: actions/cache@v2 |
71 | with: | 63 | with: |