Skip to content

Commit

Permalink
chore: try by removing node-gyp install on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Dec 5, 2024
1 parent c595571 commit 3681067
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions actions/setup_and_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3681067

Please sign in to comment.