We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeef64b commit 4a93835Copy full SHA for 4a93835
2 files changed
.github/workflows/bundle-desktop.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
node-version: 12.x
23
24
+ - name: Adjust yarn timeout
25
+ run: yarn config set network-timeout 600000 -g
26
+
27
- name: Install dependencies
28
run: yarn
29
.github/workflows/publish-desktop.yml
@@ -14,6 +14,9 @@ jobs:
14
15
16
17
18
19
20
0 commit comments