From 368106711f4f9e405894e2a8b90e3412ab11f450 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 5 Dec 2024 17:22:44 +1100 Subject: [PATCH] chore: try by removing node-gyp install on windows --- actions/setup_and_build/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/actions/setup_and_build/action.yml b/actions/setup_and_build/action.yml index 5c51a51464..67dae5f091 100644 --- a/actions/setup_and_build/action.yml +++ b/actions/setup_and_build/action.yml @@ -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: