Skip to content

Commit

Permalink
downgrade vs 2022 17.9 for building node
Browse files Browse the repository at this point in the history
  • Loading branch information
liudonghua123 committed Jul 9, 2024
1 parent 97b5a62 commit 05c1f41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@ jobs:
- name: Initialization for ${{ env.tag_name }} ...
run: |
echo ok!
- name: Test before setup-msbuild ...
if: startsWith(matrix.os, 'windows')
run: |
msbuild -version
- name: Setup for windows ...
if: startsWith(matrix.os, 'windows')
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.0,17.10)'
- name: Test after setup-msbuild ...
if: startsWith(matrix.os, 'windows')
run: |
msbuild -version
- name: Building for linux ...
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 05c1f41

Please sign in to comment.