Skip to content

Commit

Permalink
Have to build because of CMakeRC
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgen committed Jan 6, 2024
1 parent 38d8bf5 commit c5e88f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
- name: Configure CMake
run: cmake -B ${{ env.build }} -DCMAKE_BUILD_TYPE=${{ env.config }} -DJSON_STRUCT_OPT_DISABLE_PCH=ON

# Build is not required unless generated source files are used
# - name: Build CMake
# run: cmake --build ${{ env.build }}
- name: Build CMake
run: cmake --build ${{ env.build }}

- name: Initialize MSVC Code Analysis
uses: microsoft/[email protected]
Expand Down

0 comments on commit c5e88f4

Please sign in to comment.