Differences From Artifact [b25255900b]:
- File .github/workflows/wii-u.yml — part of check-in [8e8610aabe] at 2022-08-06 14:59:55 on branch trunk — Add Wii U build to GitHub Actions (user: js, size: 1055) [annotate] [blame] [check-ins using] [more...]
To Artifact [7d250df7d0]:
- File .github/workflows/wii-u.yml — part of check-in [dbb8817d5c] at 2022-10-20 12:50:16 on branch trunk — GitHub Actions: Simplify builds (user: js, size: 1052) [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"
|