From 3f352a6718b87f8b799b099769c049062f802d05 Mon Sep 17 00:00:00 2001 From: yasserfaraazkhan Date: Mon, 26 Jun 2023 21:29:06 +0530 Subject: [PATCH] explore windows ci failure (#2770) * Update settings.test.js * fix * fix * fix * fix * fix * fix * fix * fix * fix --- .github/workflows/ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f338dbf6..e4705f5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,12 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: npm ci --openssl_fips='' + run: | + choco install yq --version 4.15.1 -y + npm i -g node-gyp + node-gyp install + node-gyp install --devdir="C:\Users\runneradmin\.electron-gyp" --target=$(jq -r .devDependencies.electron package.json) --dist-url="https://electronjs.org/headers" + npm ci --openssl_fips='' build-win-no-installer: runs-on: windows-2022