浏览代码

ci: tauri ci with path (#2490)

Nathan.fooo 2 年之前
父节点
当前提交
0b343f7ee1
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      .github/workflows/tauri_ci.yaml

+ 2 - 3
.github/workflows/tauri_ci.yaml

@@ -2,8 +2,8 @@ name: Tauri-CI
 on:
   pull_request:
     paths:
-#      - "frontend/rust-lib/**"
-#      - "frontend/appflowy_tauri/**"
+      - "frontend/rust-lib/**"
+      - "frontend/appflowy_tauri/**"
 
 env:
   NODE_VERSION: "16"
@@ -62,7 +62,6 @@ jobs:
         if: matrix.platform == 'macos-latest'
         working-directory: frontend
         run: |
-          brew install llvm
           cargo install --force cargo-make
           cargo make appflowy-tauri-deps-tools
           npm install -g pnpm@${{ env.PNPM_VERSION }}