diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13a7b075f..252aae74d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -205,7 +205,7 @@ jobs: # WINDOWS - name: Enable Developer Command Prompt (Windows) if: startsWith(matrix.os, 'windows') - uses: Chatterino/msvc-dev-cmd@v2.0.5 + uses: Chatterino/msvc-dev-cmd@v2.0.7 - name: Setup sccache (Windows) # sccache v0.7.4 diff --git a/.github/workflows/create-installer.yml b/.github/workflows/create-installer.yml index 621a524d9..8868c746c 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: Chatterino/msvc-dev-cmd@v2.0.5 + uses: Chatterino/msvc-dev-cmd@v2.0.7 - name: Build installer id: build-installer diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 36122aba4..d1e73c2a9 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -52,7 +52,7 @@ jobs: version: ${{ matrix.qt-version }} - name: Enable Developer Command Prompt - uses: Chatterino/msvc-dev-cmd@v2.0.5 + uses: Chatterino/msvc-dev-cmd@v2.0.7 - name: Setup sccache # sccache v0.7.4