Update ci_src_examples_win.yml
This commit is contained in:
parent
ca329bba0d
commit
7104911236
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_src_examples_win.yml
vendored
4
.github/workflows/ci_src_examples_win.yml
vendored
|
@ -9,8 +9,8 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Enable MSVC Developer Command Prompt
|
||||
uses: ilammy/msvc-dev-cmd@v1.0.0
|
||||
- run: mkdir build
|
||||
- run: cd build
|
||||
- name: Setup Environment
|
||||
run: mkdir build && cd build
|
||||
- name: Setup CMake Project
|
||||
run: cmake -G Visual Studio 14 2015 -DSTATIC=ON -DSHARED=ON -DBUILD_EXAMPLES=ON -DBUILD_GAMES=OFF -DINCLUDE_EVERYTHING=ON ..
|
||||
- name: Build raylib Source & Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue