diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a2e7e815e..b01ef68e2 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)