Differences From Artifact [39c842705b]:
- File .github/workflows/wii.yml — part of check-in [585c79c2d2] at 2021-10-17 19:46:00 on branch trunk — Name GitHub Actions that don't run tests "build" (user: js, size: 1051) [annotate] [blame] [check-ins using] [more...]
To Artifact [59cebc18ff]:
- File .github/workflows/wii.yml — part of check-in [dbb8817d5c] at 2022-10-20 12:50:16 on branch trunk — GitHub Actions: Simplify builds (user: js, size: 1048) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
28 29 30 31 32 33 34 | - name: make install run: | docker run \ -e DEVKITPRO=/opt/devkitpro \ -e PATH="/opt/devkitpro/devkitPPC/bin:$PATH" \ -v "$PWD:/objfw" \ devkitpro/devkitppc \ | | | 28 29 30 31 32 33 34 35 | - name: make install run: | docker run \ -e DEVKITPRO=/opt/devkitpro \ -e PATH="/opt/devkitpro/devkitPPC/bin:$PATH" \ -v "$PWD:/objfw" \ devkitpro/devkitppc \ sh -c "cd /objfw && make install" |