diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bd4e87b7..079e2b26c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Build on Windows if: startsWith(matrix.image, 'windows') run: | - # $env:PATH += ';C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin' + $env:PATH += ';C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin' .\build.bat ${{ matrix.options }} ${{ matrix.asm }} - name: Build on Linux if: startsWith(matrix.image, 'ubuntu')