Compare commits

..

3 Commits

Author SHA1 Message Date
徐涛
12feefaaec fix(actions):更正书写错误。 2023-03-13 17:16:42 +08:00
徐涛
fae39d0146 fix(actions):更改Actions中的错误。 2023-03-13 17:13:17 +08:00
徐涛
12960348c0 enhance(actions):调整Action中的依赖。 2023-03-13 17:09:17 +08:00

View File

@ -59,6 +59,9 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- uses: pnpm/action-setup@v2
with:
version: latest-7
- name: install frontend dependencies - name: install frontend dependencies
run: pnpm install # change this to npm or pnpm depending on which one you use run: pnpm install # change this to npm or pnpm depending on which one you use
- uses: tauri-apps/tauri-action@v0 - uses: tauri-apps/tauri-action@v0