Browse Source

fix: readd missing rust toolchain to fix CI

Connor Prussin 9 months ago
parent
commit
9f5c4cb51e
1 changed files with 1 additions and 0 deletions
  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: