summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-01-10 15:58:29 +0100
committerGitHub <[email protected]>2020-01-10 15:58:29 +0100
commit31af42ee8e58e59f667e811d5b0d37dca02a7aab (patch)
tree87f29199fd779d9407be5d84aa6af88af9819fa3 /.github/workflows
parentc77f97c84a30a0e628cc764134f372eba0d43715 (diff)
downloadraylib-31af42ee8e58e59f667e811d5b0d37dca02a7aab.tar.gz
raylib-31af42ee8e58e59f667e811d5b0d37dca02a7aab.zip
Update ci_src_examples_win.yml
Diffstat (limited to '.github/workflows')
-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 4e485169..de355209 100644
--- a/.github/workflows/ci_src_examples_win.yml
+++ b/.github/workflows/ci_src_examples_win.yml
@@ -38,7 +38,7 @@ jobs:
uses: warrenbuckley/Setup-MSBuild@v1
- name: Setup CMake Project
- run: cmake -G $GENERATOR -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
+ run: cmake -G ${{ matrix.GENERATOR }} -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ../raylib
- name: Build raylib Source & Examples
run: cmake --build . --target install