Skip to content

Commit

Permalink
don't specify toolset version in msvc-dev-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Mar 18, 2024
1 parent 1e8416d commit ef3e237
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,8 @@ jobs:
path: ${{ github.workspace }}/Qwt
key: ${{ runner.os }}-Qwt-${{ env.QWT_VER }}-Qt-${{ matrix.QT_VER }}

- name: Remove default MSVC
run: |
remove-item "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\Microsoft.VCToolsVersion.v143.default.*"
- uses: ilammy/msvc-dev-cmd@v1
if: steps.cache-qwt.outputs.cache-hit != 'true'
with:
toolset: 14.37
- name: Build and install Qwt
if: steps.cache-qwt.outputs.cache-hit != 'true'
run: |
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,8 @@ jobs:
path: ${{ github.workspace }}/Qwt
key: ${{ runner.os }}-Qwt-${{ env.QWT_VER }}-Qt-${{ matrix.QT_VER }}

- name: Remove default MSVC
run: |
remove-item "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\Microsoft.VCToolsVersion.v143.default.*"
- uses: ilammy/msvc-dev-cmd@v1
if: steps.cache-qwt.outputs.cache-hit != 'true'
with:
toolset: 14.37
- name: Build and install Qwt
if: steps.cache-qwt.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit ef3e237

Please sign in to comment.