Skip to content

Commit 05f1613

Browse files
committed
ci: set specific rust version in test runner of rust
1 parent e828d99 commit 05f1613

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/build-and-test-rust.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,16 @@ jobs:
8989
- name: Checkout code
9090
uses: actions/checkout@v4
9191

92+
- name: Set up Rust
93+
uses: actions-rs/toolchain@v1
94+
with:
95+
toolchain: 1.88.0
96+
components: rustfmt, clippy
97+
override: true
98+
9299
- name: foundry-toolchain
93100
uses: foundry-rs/foundry-toolchain@v1.2.0
94-
101+
95102
# Reference: https://github.com/succinctlabs/sp1/actions/runs/8886659400/workflow#L61-L65
96103
- name: Install sp1 toolchain
97104
run: |

0 commit comments

Comments
 (0)