diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfeb2bf..a6c253d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: directory: ${{ runner.temp }}/llvm - uses: actions-rs/toolchain@v1 with: - profile: minimal + profile: default toolchain: stable override: true - run: rustup component add clippy