chore: try by removing node-gyp install on windows

pull/3255/head
Audric Ackermann 4 months ago
parent c595571ef4
commit 368106711f
No known key found for this signature in database

@ -22,12 +22,6 @@ runs:
uses: microsoft/setup-msbuild@v2
if: runner.os == 'Windows'
- name: Setup node for windows
if: runner.os == 'Windows'
shell: bash
run: |
yarn global add node-gyp@latest
- uses: actions/cache/restore@v4
id: cache-desktop-modules
with:

Loading…
Cancel
Save