From 3219495b94d403e8735817ad12407ac7c3864dcc Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 19 Jan 2024 21:57:09 +0300 Subject: [PATCH] wip --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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