Skip to content

Commit 9f5c4cb

Browse files
committed
fix: readd missing rust toolchain to fix CI
1 parent ec3827f commit 9f5c4cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install Rust versions
2525
run: |
2626
rustup install 1.73.0
27+
rustup install 1.66.1
2728
- name: Install protoc
2829
uses: arduino/setup-protoc@v3
2930
with:

0 commit comments

Comments
 (0)