Skip to content

Commit 9da5626

Browse files
committed
Fix rust-toolchain action name in CI
1 parent e8ca2e6 commit 9da5626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install Rust toolchain
19-
uses: dtolnay/rust-action@stable
19+
uses: dtolnay/rust-toolchain@stable
2020

2121
- name: Cache cargo registry
2222
uses: actions/cache@v4

0 commit comments

Comments
 (0)