Update build.yml

pull/26399/head
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
1 changed files with 3 additions and 0 deletions

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"