Skip to content

Commit 53dbed6

Browse files
committed
fix:修复构建失败问题
1 parent 024956c commit 53dbed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: 16
23-
cache: 'npm'
23+
cache: 'yarn'
2424

2525
- name: Install Rust stable
2626
uses: dtolnay/rust-toolchain@stable
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
3333
3434
- name: Install app dependencies
35-
run: npm ci
35+
run: yarn install --frozen-lockfile
3636

3737
- name: Build the app
3838
uses: tauri-apps/tauri-action@v0

0 commit comments

Comments
 (0)