Skip to content

Commit 365b952

Browse files
committed
fix(ci): add explicit toolchain input to rust-toolchain action
1 parent 9f318dd commit 365b952

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Install Rust toolchain
5959
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # master
6060
with:
61+
toolchain: stable
6162
targets: ${{ matrix.target }}
6263

6364
- name: Cache Cargo registry and target

0 commit comments

Comments
 (0)