Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Oct 25, 2023
1 parent 25fcae2 commit 40b79f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Add msbuild to PATH
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@1.3
uses: microsoft/setup-msbuild@v1

- name: delvewheel install
if: runner.os == 'Windows'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Add msbuild to PATH
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@1.3
uses: microsoft/setup-msbuild@v1

- name: delvewheel install
if: runner.os == 'Windows'
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Add msbuild to PATH
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@1.3
uses: microsoft/setup-msbuild@v1

- name: delvewheel install
if: runner.os == 'Windows'
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:

- name: Add msbuild to PATH
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@1.3
uses: microsoft/setup-msbuild@v1

- name: delvewheel install
if: runner.os == 'Windows'
Expand Down

0 comments on commit 40b79f6

Please sign in to comment.