diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9899e79..6d29578 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,9 @@ jobs: run: brew install gnupg - name: Install rust - run: rustup default --no-self-update ${{ matrix.rust }} + run: rustup toolchain install --no-self-update --profile minimal ${{ matrix.rust }} + + - run: rustup default ${{ matrix.rust }} - name: Build run: cargo build --verbose