mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-11 17:29:45 +00:00
Merge branch 'main' into hbina-optional-PID
This commit is contained in:
commit
2daf16272d
5
.github/workflows/build-check.yml
vendored
5
.github/workflows/build-check.yml
vendored
@ -62,11 +62,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
|
workspaces: "./src-tauri -> target"
|
||||||
shared-key: "build"
|
shared-key: "build"
|
||||||
save-if: ${{ github.ref == 'refs/heads/main' }}
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build Application
|
- 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