Skip to content

Commit

Permalink
Add build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jun 27, 2024
1 parent ad27c78 commit 9ffd727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
- name: Build using CMake on Windows
if: ${{ ! matrix.os == 'windows-latest' }}
if: ${{ matrix.os == 'windows-latest' }}
run: >
./build_samples.bat
--debug
Expand Down

0 comments on commit 9ffd727

Please sign in to comment.