From 84ebc7ef79ede2f1e7510e21d519c794f04b2af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Mon, 8 Jul 2024 17:01:40 -0400 Subject: [PATCH] Use rustup override --- .github/workflows/check-fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-fuzz.yml b/.github/workflows/check-fuzz.yml index a399552f..392c92a5 100644 --- a/.github/workflows/check-fuzz.yml +++ b/.github/workflows/check-fuzz.yml @@ -32,7 +32,7 @@ jobs: - name: Install nightly run: | rustup install ${{ steps.nightly_version.outputs.nightly_version }} - rustup default ${{ steps.nightly_version.outputs.nightly_version }} + rustup override set ${{ steps.nightly_version.outputs.nightly_version }} rustup component add clippy - name: Install cargo fuzz