From 58ab0e462e5277463198006504b20811bcebdb0a Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 20 Aug 2020 20:51:55 +0200 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2d01e241b..69f2c09a2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -64,6 +64,7 @@ jobs: cd src ${{ matrix.ARCH }}-w64-mingw32-gcc.exe -v ${{ matrix.COMPILER_PATH }}/windres.exe -h + set PATH=%PATH%;${{ matrix.COMPILER_PATH }} make PLATFORM=PLATFORM_DESKTOP CC=${{ matrix.ARCH }}-w64-mingw32-gcc.exe RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" ${{ matrix.COMPILER_PATH }}/windres.exe -i raylib.dll.rc -o raylib.dll.rc.data -O coff --target=${{ matrix.WINDRES_ARCH }} make PLATFORM=PLATFORM_DESKTOP CC=${{ matrix.ARCH }}-w64-mingw32-gcc.exe RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B