diff options
| author | Ray <[email protected]> | 2020-08-18 13:24:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-18 13:24:46 +0200 |
| commit | eb656a19822056de6acf169def3401df02f2a61b (patch) | |
| tree | 3ae699d31ef0e8708a13e3a2ad006cfb9ff2c756 /.github | |
| parent | 53f3103a934978b8fbbbc36a9f38723002247c94 (diff) | |
| download | raylib-eb656a19822056de6acf169def3401df02f2a61b.tar.gz raylib-eb656a19822056de6acf169def3401df02f2a61b.zip | |
Update windows.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b01ef68e..11b9e56f 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' |
