diff options
| author | Ray <[email protected]> | 2020-01-09 16:55:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-09 16:55:12 +0100 |
| commit | 7104911236ca4d22fb868adcea89224d2c2f27a7 (patch) | |
| tree | 7cb9cadb2a8d4c12c18b0a0f350ec0b74b954704 /.github | |
| parent | ca329bba0d96ef90ae467d63baad67b5ab2d0884 (diff) | |
| download | raylib-7104911236ca4d22fb868adcea89224d2c2f27a7.tar.gz raylib-7104911236ca4d22fb868adcea89224d2c2f27a7.zip | |
Update ci_src_examples_win.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci_src_examples_win.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_src_examples_win.yml b/.github/workflows/ci_src_examples_win.yml index 33d0c1b4..a6b115bc 100644 --- a/.github/workflows/ci_src_examples_win.yml +++ b/.github/workflows/ci_src_examples_win.yml @@ -9,8 +9,8 @@ jobs: - uses: actions/checkout@v1 - name: Enable MSVC Developer Command Prompt uses: ilammy/[email protected] - - 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 |
