mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
Workaround CI issue
This commit is contained in:
parent
eb961b8973
commit
ade24ce050
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -63,9 +63,12 @@ jobs:
|
|||
sudo apt-get install -y webkit2gtk-4.0 squashfs-tools
|
||||
- name: install app dependencies
|
||||
run: yarn
|
||||
# https://github.com/tauri-apps/tauri-action/issues/162
|
||||
- name: build app
|
||||
run: cd desktop; yarn tauri:build
|
||||
- name: fake yarn
|
||||
run: node -e 'fs.writeFileSync("desktop/yarn.lock","")'
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
npmScript: "tauri:build"
|
||||
projectPath: desktop/
|
||||
|
|
Loading…
Reference in a new issue