diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a2e7e815..b01ef68e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -57,7 +57,10 @@ jobs: cd src gcc -v make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../${{ env.RELEASE_NAME }}/lib" + dir cd .. + dir build + shell: cmd if: matrix.compiler == 'mingw-w64' - name: Build Library (MSVC16) |
