Skip to content

Commit

Permalink
github: pin to specific rust toolchain version
Browse files Browse the repository at this point in the history
Stable will upgrade our version, which means that CI can spontaneously
break.
  • Loading branch information
carlaKC committed May 15, 2024
1 parent 5838d4a commit 98a0bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.76.0
- name: run check
run: make check

Expand Down

0 comments on commit 98a0bcc

Please sign in to comment.