mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 02:05:27 +00:00
Workaround CI issue on Windows
This commit is contained in:
parent
ade24ce050
commit
5ce4d8a560
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -67,7 +67,9 @@ jobs:
|
|||
- name: build app
|
||||
run: cd desktop; yarn tauri:build
|
||||
- name: fake yarn
|
||||
run: node -e 'fs.writeFileSync("desktop/yarn.lock","")'
|
||||
run: node -e "eval(process.env.COMMAND)"
|
||||
env:
|
||||
COMMAND: 'fs.writeFileSync("desktop/yarn.lock","")'
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
with:
|
||||
npmScript: "tauri:build"
|
||||
|
|
Loading…
Reference in a new issue