diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f9cdd09..81dd7b39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,7 @@ jobs: # WINDOWS - name: Enable Developer Command Prompt (Windows) if: startsWith(matrix.os, 'windows') - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Setup conan variables (Windows) if: startsWith(matrix.os, 'windows') diff --git a/.github/workflows/create-installer.yml b/.github/workflows/create-installer.yml index c6087f4f..626d3e50 100644 --- a/.github/workflows/create-installer.yml +++ b/.github/workflows/create-installer.yml @@ -43,7 +43,7 @@ jobs: run: echo "C:\Program Files (x86)\Inno Setup 6\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Build installer id: build-installer diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index bb543ff2..d455319a 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -63,7 +63,7 @@ jobs: version: ${{ matrix.qt-version }} - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.1 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Setup conan variables if: startsWith(matrix.os, 'windows')