diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b6f61b..a7d5784 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,11 @@ jobs: Start-Process msiexec.exe -Wait -ArgumentList '/i', $output, '/quiet', '/norestart' echo "C:\Program Files\CMake\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + - name: Set up Visual Studio Environment + uses: ilammy/msvc-dev-cmd@v1 + - name: Configure CMake - run: cmake -S . -B build -G "Ninja" + run: cmake -S . -B build - name: Build run: cmake --build build