We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72898c0 commit 1dd89f8Copy full SHA for 1dd89f8
1 file changed
.github/workflows/build_test_and_check.yml
@@ -43,6 +43,8 @@ jobs:
43
~/.cargo/git/db/
44
target/
45
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
46
+ - name: Set Rust toolchain version
47
+ run: rustup override set stable
48
- name: Build binary
49
run: cargo build -vv
50
test:
0 commit comments