From 70f388cedba89c204131ebc81a202563a8e19437 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 12 Feb 2021 12:09:54 +0100 Subject: Pin Rust to 1.49.0 on CI --- .github/workflows/ci.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1850068a3..ec9ef59a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,11 +53,19 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.49.0 # FIXME: CI is failing on 1.50 profile: minimal override: true components: rustfmt, rust-src + - name: Install rustfmt + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + profile: minimal + override: false + components: rustfmt + - name: Cache cargo directories uses: actions/cache@v2 with: -- cgit v1.2.3