diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index b806d79..d91a1fd 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -26,7 +26,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - run: rustup toolchain install nightly --profile minimal && rustup default nightly + - run: rustup toolchain install nightly && rustup default nightly && rustup component add rustfmt clippy - name: Cache dependencies uses: swatinem/rust-cache@v2