Skip to content

Commit 1dd89f8

Browse files
committed
Try to make GitHub Actions run with rust 1.88.0
1 parent 72898c0 commit 1dd89f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_test_and_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
~/.cargo/git/db/
4444
target/
4545
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
46+
- name: Set Rust toolchain version
47+
run: rustup override set stable
4648
- name: Build binary
4749
run: cargo build -vv
4850
test:

0 commit comments

Comments
 (0)