fix(ci): Use correct Rust toolchain action name

This commit is contained in:
Carlos Fernandez
2025-12-21 22:40:06 +01:00
parent 8c0fe08781
commit ec11b00f9f

View File

@@ -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'