From 7400c3954a602e66d7798faf84cc94ada88f10bc Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:34:26 +0900 Subject: [PATCH] GnuTests: Use pre-installed rust for faster setup --- .github/workflows/GnuTests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 734a639..4b7ffa5 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -33,11 +33,6 @@ jobs: path: 'uutils' persist-credentials: false - - uses: dtolnay/rust-toolchain@master - with: - toolchain: stable - components: rustfmt - - uses: Swatinem/rust-cache@v2 with: workspaces: "./uutils -> target"