mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25: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
|
- name: build app
|
||||||
run: cd desktop; yarn tauri:build
|
run: cd desktop; yarn tauri:build
|
||||||
- name: fake yarn
|
- 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
|
- uses: tauri-apps/tauri-action@v0
|
||||||
with:
|
with:
|
||||||
npmScript: "tauri:build"
|
npmScript: "tauri:build"
|
||||||
|
|
Loading…
Reference in a new issue