try some build changes
This commit is contained in:
parent
5f28d0101a
commit
11f399b603
4 changed files with 10 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -38,9 +38,11 @@ jobs:
|
|||
- name: Build raylib
|
||||
run: |
|
||||
cd raylib-c
|
||||
cd src
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
|
||||
make -j2
|
||||
sudo cp libraylib.a /usr/local/lib/libraylib.a
|
||||
sudo make install
|
||||
- name: Build raylib-python-cffi
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Reference in a new issue