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

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"