diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 5c3aee2..a656d01 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -92,7 +92,7 @@ jobs: sccache --show-stats - name: Install llvm-tools - run: rustup toolchain install rustup component add llvm-tools --toolchain nightly + run: rustup component add llvm-tools --toolchain nightly - name: Run precheckin run: |