From ec11b00f9fdb0b0b2bc44f690f01dcedce7856c4 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Sun, 21 Dec 2025 22:40:06 +0100 Subject: [PATCH] fix(ci): Use correct Rust toolchain action name --- .github/workflows/build_appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_appimage.yml b/.github/workflows/build_appimage.yml index 1a66dfa5..3db132fc 100644 --- a/.github/workflows/build_appimage.yml +++ b/.github/workflows/build_appimage.yml @@ -87,7 +87,7 @@ jobs: - name: Install Rust toolchain if: steps.should_build.outputs.should_build == 'true' - uses: dtolnay/rust-action@stable + uses: dtolnay/rust-toolchain@stable - name: Cache GPAC build if: steps.should_build.outputs.should_build == 'true'