Skip to content

Commit ef9d6c0

Browse files
committed
fix: correct rust-toolchain action name
1 parent c65a4ee commit ef9d6c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Install Rust toolchain
37-
uses: dtolnay/rust-action@stable
37+
uses: dtolnay/rust-toolchain@stable
3838
with:
3939
targets: ${{ matrix.target }}
4040

0 commit comments

Comments
 (0)