Skip to content

Commit

Permalink
maybe node20 can do without the msbuild setup
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed May 24, 2024
1 parent 4799053 commit caa90fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ jobs:
architecture: ${{ matrix.architecture_node }}
- run: node --version
- run: npm --version
- run: npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe"
if: ${{ runner.os == 'Windows' }}
- run: npm install --build-from-source
env:
npm_config_arch: ${{ matrix.architecture }}
Expand Down

0 comments on commit caa90fe

Please sign in to comment.