change mac build to expect raylib installed in /usr/local/lib

This commit is contained in:
electronstudio 2021-10-03 18:54:23 +01:00
parent bb4be12724
commit 5afd9b0ee5
4 changed files with 6 additions and 3 deletions

View file

@ -40,6 +40,7 @@ jobs:
cd raylib-c
cd src
make -j2
sudo cp libraylib.a /usr/local/lib/libraylib.a
- name: Build raylib-python-cffi
run: |
python -m pip install --upgrade pip