ci: tauri ci with path (#2490)

This commit is contained in:
Nathan.fooo 2023-05-10 14:45:39 +08:00 committed by GitHub
parent a9c06632ad
commit 0b343f7ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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