From 32bd71a6df6ab99268f2826fb70995c36abc65a9 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00fe5a2..49a3b0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,9 @@ jobs: - { rust: stable } steps: - uses: actions/checkout@v3 - - uses: actions-rs/toolchain@v1 + - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} - override: true - name: Build run: cargo build - name: Test