diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00fe5a2..5301a16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 - with: - toolchain: ${{ matrix.rust }} - override: true + run: rm -rf ~/.cargo/bin && rustup toolchain install ${{ matrix.rust }} - name: Build run: cargo build - name: Test