Skip to content

Commit

Permalink
fix: try installing nodejs explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 authored Aug 5, 2024
1 parent 95ece42 commit f2f069a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
path-type: inherit
install: curl unzip

- name: Update NPM
# See https://github.com/nodejs/node/issues/52682
shell: bash
run: npm install -g npm
install: curl unzip mingw-w64-nodejs

- name: Install elan
shell: bash
Expand Down

0 comments on commit f2f069a

Please sign in to comment.