Skip to content

Commit ec11b00

Browse files
committed
fix(ci): Use correct Rust toolchain action name
1 parent 8c0fe08 commit ec11b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Install Rust toolchain
8989
if: steps.should_build.outputs.should_build == 'true'
90-
uses: dtolnay/rust-action@stable
90+
uses: dtolnay/rust-toolchain@stable
9191

9292
- name: Cache GPAC build
9393
if: steps.should_build.outputs.should_build == 'true'

0 commit comments

Comments
 (0)