ci: don't fix pspsdk toolchain anymore

main
Anonymous Maarten 2024-03-29 18:32:09 +01:00 committed by Anonymous Maarten
parent a00ac61514
commit 19b01c39b0
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ jobs:
run: |
apk update
apk add cmake gmp mpc1 mpfr4 make pkgconf
- name: Patch the pspdev toolchain to use -isystem instead of -I
run: |
# https://github.com/pspdev/pspsdk/issues/123
sed -E s/-I/-isystem/g -i $PSPDEV/psp/share/pspdev.cmake
- name: Configure (CMake)
run: |
cmake -S . -B build \