This commit is contained in:
richard 2021-10-08 01:19:28 +01:00
parent 7b246103d8
commit 43840f24cf
8 changed files with 4155 additions and 2 deletions

View file

@ -87,6 +87,9 @@ jobs:
cmake -DINCLUDE_EVERYTHING=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
make -j2
sudo make install
- name: Build raygui
run: |
./build_raygui.sh
- name: Build raylib-python-cffi
run: |
python -m pip install --upgrade pip