Improve CI

This commit is contained in:
Francisco Javier Trujillo Mata
2025-06-06 11:38:53 +02:00
parent b48adcf13c
commit 2a19c50015
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Compile Examples - name: Compile Examples
run: | run: |
cd src/samples && make -f Makefile.samples cd src/samples && make -f Makefile.samples -j $(getconf _NPROCESSORS_ONLN)
- name: Compress Samples folder folder - name: Compress Samples folder folder
run: | run: |

View File

@@ -19,7 +19,7 @@ make clean
make -j $(getconf _NPROCESSORS_ONLN) make -j $(getconf _NPROCESSORS_ONLN)
## Install pspsdk ## Install pspsdk
make install make install -j $(getconf _NPROCESSORS_ONLN)
## gcc needs to include libcglue libpthreadglue libpspprof libpsputility libpsprtc libpspnet_inet libpspnet_resolver libpspsdk libpspmodinfo libpspuser libpspkernel ## gcc needs to include libcglue libpthreadglue libpspprof libpsputility libpsprtc libpspnet_inet libpspnet_resolver libpspsdk libpspmodinfo libpspuser libpspkernel
## from pspsdk to be able to build executables, because they are part of the standard libraries ## from pspsdk to be able to build executables, because they are part of the standard libraries