Skip to content

Commit

Permalink
CI: do not use microsoft/setup-msbuild action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Oct 11, 2024
1 parent 0901357 commit eb4ebf1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
export MODE="omp"
echo "MODE=${MODE}" >> $GITHUB_ENV
# - name: Set up Visual Studio shell
# if: runner.os == 'Windows'
# uses: egor-tensin/vs-shell@v2
# with:
# arch: x64

- name: Add msbuild to PATH
- name: Set up Visual Studio shell
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@v2
uses: egor-tensin/vs-shell@v2
with:
msbuild-architecture: "x64"
arch: x64

# - name: Add msbuild to PATH
# if: runner.os == 'Windows'
# uses: microsoft/setup-msbuild@v2
# with:
# msbuild-architecture: "x64"

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
Expand Down

0 comments on commit eb4ebf1

Please sign in to comment.