Update linux.yml

This commit is contained in:
Ray 2020-08-19 10:36:25 +02:00 committed by GitHub
parent d875ea4d24
commit 721f015e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ jobs:
- name: Build Library
run: |
ls //usr/lib
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"