Remove ps2_driver from workflow

This commit is contained in:
Francisco Javier Trujillo Mata 2024-01-15 22:20:39 +01:00 committed by Sam Lantinga
parent 464a41411e
commit 64a3e2d17d

View File

@ -17,15 +17,6 @@ jobs:
apk update apk update
apk add cmake gmp mpc1 mpfr4 ninja pkgconf make git apk add cmake gmp mpc1 mpfr4 ninja pkgconf make git
# To be removed once ps2_drivers is part of PS2DEV
- name: Install ps2_drivers lib
run: |
git clone https://github.com/fjtrujy/ps2_drivers.git
cd ps2_drivers
make -j $(getconf _NPROCESSORS_ONLN) clean
make -j $(getconf _NPROCESSORS_ONLN)
make -j $(getconf _NPROCESSORS_ONLN) install
- name: Configure (CMake) - name: Configure (CMake)
run: | run: |
cmake -S . -B build -G Ninja \ cmake -S . -B build -G Ninja \