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 03e224e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions actions/setup_and_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ 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
# - 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
Expand Down

0 comments on commit 03e224e

Please sign in to comment.