Skip to content

Commit 30127bf

Browse files
committed
fix: ensure stable toolchain is specified in Rust setup
1 parent 183c538 commit 30127bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959

6060
- uses: dtolnay/rust-toolchain@stable
6161
with:
62+
toolchain: stable
6263
targets: ${{ matrix.target }}
6364

6465
- uses: swatinem/rust-cache@v2

0 commit comments

Comments
 (0)