diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 142b067..d6a6a5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: steps: - uses: actions/checkout@v4 - run: >- - rustup toolchain install ${{matrix.toolchain }} - rustup component add rustfmt --toolchain ${{matrix.toolchain }} + rustup toolchain install ${{matrix.toolchain }} && + rustup component add rustfmt --toolchain ${{matrix.toolchain }} && rustup default ${{matrix.toolchain }} - name: Check for Format Errors