diff --git a/.github/workflows/msbuild_win7.yml b/.github/workflows/msbuild_win7.yml index 477d76e..fdd6cd5 100644 --- a/.github/workflows/msbuild_win7.yml +++ b/.github/workflows/msbuild_win7.yml @@ -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