mirror of https://github.com/vector-im/riot-web
Update build.yml
parent
775c4d335e
commit
bfb071f24f
|
@ -36,6 +36,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
|
# Workaround for yarn install timeouts, especially on Windows
|
||||||
|
- run: yarn config set network-timeout 300000
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: "./scripts/layered.sh"
|
run: "./scripts/layered.sh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue