Lengyue 2 лет назад
Родитель
Сommit
69c749f895
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      .github/workflows/data-server.yml

+ 4 - 0
.github/workflows/data-server.yml

@@ -17,6 +17,10 @@ jobs:
         target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
     steps:
       - uses: actions/checkout@v4
+      - name: Install Protoc
+        uses: arduino/setup-protoc@v2
+        with:
+          version: "25.1"
       - name: Compile
         uses: rust-build/rust-build.action@v1.4.4
         with: