Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
subugt authored Jul 24, 2024
1 parent f501635 commit 779f5dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2
with:
vs-version: 'latest'
- name: Setup CMake
uses: lukka/setup-cmake@v3
with:
cmake-version: 'latest'

- name: Install CMake
run: |
choco install cmake --version=3.23.0
echo "CMake installed."
- name: Configure CMake
run: cmake -S . -B build -G "Visual Studio 17 2022"

Expand Down

0 comments on commit 779f5dd

Please sign in to comment.