summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-20 19:21:51 +0200
committerGitHub <[email protected]>2020-08-20 19:21:51 +0200
commit801e255a3602c40e2756affc354479d82c58f54f (patch)
treec70cbb7e02faab99998376bfe40ceecf869e3d48 /.github/workflows/linux.yml
parent01563c2d484587c0ed3eb5d7eb388ec253f70e56 (diff)
downloadraylib-801e255a3602c40e2756affc354479d82c58f54f.tar.gz
raylib-801e255a3602c40e2756affc354479d82c58f54f.zip
Update linux.yml
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index a0af901b..45af4fe7 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -50,8 +50,8 @@ jobs:
- name: Build Library
run: |
cd src
- make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" CFLAGS=${{ matrix.GCC_CFLAGS }}
- make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" CFLAGS=${{ matrix.GCC_CFLAGS }} -B
+ make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
+ make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B
cd ..
- name: Generate Artifacts