summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci_src_examples_win.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_src_examples_win.yml')
-rw-r--r--.github/workflows/ci_src_examples_win.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml
index 53514c59..0ce901ec 100644
--- a/.github/workflows/ci_src_examples_win.yml
+++ b/.github/workflows/ci_src_examples_win.yml
@@ -43,7 +43,7 @@ jobs:
# Setup MSBuild.exe path if required
- uses: warrenbuckley/Setup-MSBuild@v1
- if: matrix.compiler == msvc16
+ if: matrix.compiler == 'msvc16'
- name: Setup CMake Project
run: cmake -G "${{ matrix.GENERATOR }}" ${{ matrix.ARCH }} -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib