Browse Source

Merge branch 'master' of https://github.com/raysan5/raylib

pull/1357/head
raysan5 4 years ago
parent
commit
5c097b26d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/windows.yml

+ 1
- 1
.github/workflows/windows.yml View File

@ -54,7 +54,7 @@ jobs:
run: |
cd src
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64"
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64"
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/raylib_3.1_win${{ matrix.bits }}/lib-mingw-w64" -B
cd ..
if: matrix.compiler == 'mingw-w64'

Loading…
Cancel
Save