This commit is contained in:
GHOSCHT 2021-08-27 17:51:18 +02:00
commit 24b0324321

View file

@ -20,6 +20,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Fix node-gyp
run: npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe"
- name: Install dependencies
run: cd Dashboard && yarn --network-timeout 1000000000
- name: Build