Skip to content

Commit a52a6d9

Browse files
committed
Fix rust-toolchain action name
1 parent 2a532f1 commit a52a6d9

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
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Install Rust
32-
uses: dtolnay/rust-action@stable
32+
uses: dtolnay/rust-toolchain@stable
3333
with:
3434
targets: ${{ matrix.target }}
3535

0 commit comments

Comments
 (0)