Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak authored Sep 19, 2022
1 parent cf70eea commit 18733c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ jobs:

- name: Install GNU patch on Windows
run: choco install -y patch

- name: Install VS 2022
run: |
choco install -y visualstudio2022buildtools
choco install -y visualstudio2022-workload-vctools

- name: Download node.js source code
run: python -m nodejs.download ${{ github.event.inputs.version }}
Expand Down Expand Up @@ -138,11 +133,6 @@ jobs:

- name: Install GNU patch on Windows
run: choco install -y patch

- name: Install VS 2022
run: |
choco install -y visualstudio2022buildtools
choco install -y visualstudio2022-workload-vctools

- name: Download node.js source code
run: python -m nodejs.download ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 18733c9

Please sign in to comment.