summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-19 10:00:19 +0200
committerGitHub <[email protected]>2020-08-19 10:00:19 +0200
commit9436b63f5f3b9a7dacc4d703d482b24a5c49459f (patch)
tree3bdc56d04dea4a6ec343223bd1f2982c06f4fcfe /.github/workflows
parentf3091185ca7aed5effe4aa4da2ed0badb4186936 (diff)
downloadraylib-9436b63f5f3b9a7dacc4d703d482b24a5c49459f.tar.gz
raylib-9436b63f5f3b9a7dacc4d703d482b24a5c49459f.zip
Update macos.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index d121f0d2..3b9d9546 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -27,9 +27,9 @@ jobs:
run: |
cd src
gcc -v
- make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
+ make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
make clean
- make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B
+ make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B
cd ..
- name: Generate Artifacts