Skip to content

Commit

Permalink
Fixing build.yml ti use VS Env.
Browse files Browse the repository at this point in the history
  • Loading branch information
SySyAli committed Dec 23, 2023
1 parent 16c6ad6 commit 8220604
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8220604

Please sign in to comment.