From 4958f484971a4de28643904f7e24f9c6dd863935 Mon Sep 17 00:00:00 2001 From: o2sh Date: Wed, 16 Nov 2022 22:01:58 +0100 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d4bc5289..86ebb980c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: with: toolchain: ${{ matrix.rust }} profile: minimal + override: true components: clippy - name: Cache @@ -62,6 +63,7 @@ jobs: with: toolchain: stable profile: minimal + override: true components: rustfmt - name: Run rustfmt @@ -78,6 +80,7 @@ jobs: with: toolchain: stable profile: minimal + override: true - name: Cache uses: Swatinem/rust-cache@v2