From eb656a19822056de6acf169def3401df02f2a61b Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 18 Aug 2020 13:24:46 +0200 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b01ef68e2..11b9e56fb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -43,9 +43,7 @@ jobs: cd ${{ env.RELEASE_NAME }} mkdir include mkdir lib - dir cd ../../../raylib - dir # Setup MSBuild.exe path if required - name: Setup MSBuild @@ -56,10 +54,8 @@ jobs: run: | 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 + make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" cd .. - dir build shell: cmd if: matrix.compiler == 'mingw-w64'