Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 25, 2024
1 parent 7e633cf commit 00e9569
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/msbuild_win7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,14 @@ jobs:

- name: Install node-gyp
working-directory: ${{env.GITHUB_WORKSPACE}}
uses: actions/setup-python@v2
with:
python-version: '3.1.4'
architecture: 'x86'
run: npm install -g node-gyp

- name: Build node-gyp
working-directory: ${{env.GITHUB_WORKSPACE}}
uses: actions/setup-python@v2
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.1.4'
architecture: 'x86'
run: build-nodegyp.bat
- run: build-nodegyp.bat
shell: cmd

- name: Deploy qt and msvc redistribution
Expand Down

0 comments on commit 00e9569

Please sign in to comment.