Skip to content

Commit

Permalink
Update cmake.yml: Set up Visual Studio environment v2
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Oct 30, 2023
1 parent 1a606fd commit fa912ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ jobs:
- name: Set up Ninja
uses: seanmiddleditch/gha-setup-ninja@master

- name: Set up Visual Studio x64 environment
- name: Set up Visual Studio environment
if: matrix.os == 'windows-latest'
shell: cmd
run: |
call "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x64
uses: seanmiddleditch/gha-setup-vsdevenv@master

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit fa912ec

Please sign in to comment.