diff options
| author | Ray <[email protected]> | 2020-08-19 10:36:25 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-19 10:36:25 +0200 |
| commit | 721f015e075249a27718ae016bb32a54db904a22 (patch) | |
| tree | 27174c0ffde41cfed921d6dd5a89a352c8381c95 /.github/workflows | |
| parent | d875ea4d24cb11e5da8cb6323cb07520ea0df7c1 (diff) | |
| download | raylib-721f015e075249a27718ae016bb32a54db904a22.tar.gz raylib-721f015e075249a27718ae016bb32a54db904a22.zip | |
Update linux.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 758e6dfc..d0cc6108 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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" |
