Skip to content

Commit bc25ee2

Browse files
authored
Merge pull request #2338 from pyth-network/cprussin/fix-ci
fix: readd missing rust toolchain to fix CI
2 parents ec3827f + 9f5c4cb commit bc25ee2

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)