Forráskód Böngészése

fix: readd missing rust toolchain to fix CI

Connor Prussin 9 hónapja
szülő
commit
9f5c4cb51e
1 módosított fájl, 1 hozzáadás és 0 törlés
  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: