mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
fix build check
This commit is contained in:
parent
0c3cebd942
commit
b16c61addb
5
.github/workflows/build-check.yml
vendored
5
.github/workflows/build-check.yml
vendored
@ -62,11 +62,12 @@ jobs:
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: "./src-tauri -> target"
|
||||
shared-key: "build"
|
||||
save-if: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build Application
|
||||
run: npm run tauri build
|
||||
working-directory: ./src-tauri
|
||||
run: cargo build --verbose
|
Loading…
x
Reference in New Issue
Block a user