mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Merge branch 'main' into fix/windows_disks
This commit is contained in:
commit
01bcceb284
15
.github/workflows/build-check.yml
vendored
15
.github/workflows/build-check.yml
vendored
@ -23,11 +23,15 @@ jobs:
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
with:
|
||||
components: cargo
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install Linux Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
sudo apt-get install --no-install-recommends -y \
|
||||
build-essential \
|
||||
pkg-config \
|
||||
libgtk-3-dev \
|
||||
@ -39,10 +43,7 @@ jobs:
|
||||
libwebkit2gtk-4.1-dev
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Build Frontend
|
||||
run: npm run build
|
||||
run: npm ci
|
||||
|
||||
- name: Build Application
|
||||
run: npm run tauri build
|
||||
run: npm run tauri build
|
Loading…
x
Reference in New Issue
Block a user