mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Merge branch 'main' into hbina-optional-PID
This commit is contained in:
commit
0bc484dedb
11
.github/workflows/build-check.yml
vendored
11
.github/workflows/build-check.yml
vendored
@ -58,7 +58,13 @@ jobs:
|
||||
with:
|
||||
components: cargo
|
||||
target: x86_64-unknown-linux-gnu
|
||||
profile: minimal
|
||||
|
||||
- name: Install sccache
|
||||
run: |
|
||||
SCCACHE_VERSION=v0.7.7
|
||||
curl -L "https://github.com/mozilla/sccache/releases/download/${SCCACHE_VERSION}/sccache-${SCCACHE_VERSION}-x86_64-unknown-linux-musl.tar.gz" | tar xz
|
||||
sudo mv sccache-*/sccache /usr/local/bin/sccache
|
||||
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
@ -69,5 +75,4 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Build Application
|
||||
working-directory: ./src-tauri
|
||||
run: cargo build --verbose
|
||||
run: npm run tauri build
|
Loading…
x
Reference in New Issue
Block a user