Skip to content

Commit d9a59cb

Browse files
m_igashim_igashi
authored andcommitted
fix: use correct rust-toolchain action
1 parent 3448d6e commit d9a59cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Install Rust
29-
uses: dtolnay/rust-action@stable
29+
uses: dtolnay/rust-toolchain@stable
3030
with:
3131
targets: ${{ matrix.target }}
3232

0 commit comments

Comments
 (0)