From bf863c3e12924e3ff7ff4598809398e0b144a113 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 24 Jul 2024 16:59:45 -0700 Subject: [PATCH] fsdfsdsf --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')