소스 검색

Merge pull request #2338 from pyth-network/cprussin/fix-ci

fix: readd missing rust toolchain to fix CI
Connor Prussin 9 달 전
부모
커밋
bc25ee2439
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/ci-pre-commit.yml

+ 1 - 0
.github/workflows/ci-pre-commit.yml

@@ -24,6 +24,7 @@ jobs:
       - name: Install Rust versions
         run: |
           rustup install 1.73.0
+          rustup install 1.66.1
       - name: Install protoc
         uses: arduino/setup-protoc@v3
         with: