浏览代码

fix: readd missing rust toolchain to fix CI

Connor Prussin 9 月之前
父节点
当前提交
9f5c4cb51e
共有 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: