ci: don't fix pspsdk toolchain anymore
This commit is contained in:
parent
a00ac61514
commit
19b01c39b0
1 changed files with 0 additions and 4 deletions
4
.github/workflows/psp.yml
vendored
4
.github/workflows/psp.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue