fix: update tauri script to use Node.js for file copying
This commit is contained in:
2
.github/workflows/tauri.yml
vendored
2
.github/workflows/tauri.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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 xdg-utils
|
||||
- name: Install cinny dependencies
|
||||
run: cd cinny && npm ci
|
||||
- name: Install tauri dependencies
|
||||
|
||||
Reference in New Issue
Block a user