Update build-and-release.yml

This commit is contained in:
Ryan Baldwin 2022-10-31 23:10:10 -07:00 committed by GitHub
parent 4b7fe33d95
commit 28865d1636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
git clone https://github.com/masterfeizz/picaGL.git
cd picaGL
mkdir clean
make install
CFLAGS=-Wno-error make install
- name: Build
working-directory: ./
run: |