From ef3e237fe3c3af577301b9bbb9528405ad110ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Mon, 18 Mar 2024 20:09:10 +0100 Subject: [PATCH] don't specify toolset version in msvc-dev-cmd --- .github/workflows/main.yml | 6 ------ .github/workflows/packaging.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 174f8c2a..fbdde1c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index ae72df40..4ea34427 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -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: |