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