fix clippy ci

This commit is contained in:
Brendan Allan
2022-08-19 09:57:52 +08:00
parent a64ac38005
commit 5208628060

View File

@@ -48,10 +48,6 @@ jobs:
working-directory: core
if: steps.cache-prisma.outputs.cache-hit != 'true'
run: cargo run -p prisma-cli --release -- generate
# This is do the proc-macro `tauri::generate_context!()` doesn't panic
- name: Create fake `dist` folder
run: mkdir ./apps/desktop/dist
- name: Run Clippy
uses: actions-rs/clippy-check@v1