From e98af44b7dace0757d9be4ec0efd98f41db9af33 Mon Sep 17 00:00:00 2001 From: dvvvvvv Date: Sat, 18 Apr 2020 17:37:46 +0900 Subject: [PATCH] change toolchain of style job into RUST_MIN_SRV --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index e41b088..998b5d1 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -23,7 +23,7 @@ jobs: - name: Install `rust` toolchain uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: ${{ env.RUST_MIN_SRV }} override: true profile: minimal # minimal component installation (ie, no documentation) components: rustfmt, clippy