Update build.yml

This commit is contained in:
Michael Telatynski 2023-10-18 17:26:21 +01:00 committed by GitHub
parent 775c4d335e
commit bfb071f24f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"