Skip to content

Commit

Permalink
don't setup msvc-cmd when qwt is cached
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Nov 11, 2023
1 parent d650ce9 commit afe2eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
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
Expand Down

0 comments on commit afe2eed

Please sign in to comment.