From 8af0c1e3a1fbabb6a5d1d610d201b5510b998032 Mon Sep 17 00:00:00 2001 From: azjezz Date: Thu, 8 Dec 2022 18:00:43 +0100 Subject: [PATCH] fix: invalid rust toolchain on ci Signed-off-by: azjezz --- .github/workflows/third-party-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third-party-tests.yml b/.github/workflows/third-party-tests.yml index 0e6c267..5c4a64b 100644 --- a/.github/workflows/third-party-tests.yml +++ b/.github/workflows/third-party-tests.yml @@ -28,7 +28,7 @@ jobs: - name: install rust uses: actions-rs/toolchain@v1 with: - toolchain: ${{ matrix.rust }} + toolchain: stable override: true components: rustfmt, clippy