From ea4d3b23f9ee065a98c9e478a4777184f040f3d1 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 30 Apr 2021 06:47:15 +1000 Subject: [PATCH] Use minimal cargo components in CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dc60cb7b..d17065de7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: ${{ matrix.rust }} + profile: minimal override: true - name: cargo fetch uses: actions-rs/cargo@v1 @@ -95,6 +96,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: ${{ matrix.rust }} + profile: minimal override: true - name: cargo fetch uses: actions-rs/cargo@v1 @@ -126,6 +128,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: ${{ matrix.rust }} + profile: minimal override: true - name: Install LLVM on Windows if: matrix.os == 'windows-latest' @@ -188,6 +191,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: toolchain: stable + components: rustfmt override: true - run: rustup component add rustfmt - name: Show env vars