Differences From Artifact [2a5a4851c5]:
- File .github/workflows/nintendo-switch.yml — part of check-in [455ad243c7] at 2022-08-06 14:54:39 on branch trunk — Add Nintendo Switch build to GitHub Actions (user: js, size: 1079) [annotate] [blame] [check-ins using] [more...]
To Artifact [9d8878050b]:
- File .github/workflows/nintendo-switch.yml — part of check-in [dbb8817d5c] at 2022-10-20 12:50:16 on branch trunk — GitHub Actions: Simplify builds (user: js, size: 1076) [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/devkitA64/bin:$PATH" \
-v "$PWD:/objfw" \
devkitpro/devkita64 \
| | | 28 29 30 31 32 33 34 35 |
- name: make install
run: |
docker run \
-e DEVKITPRO=/opt/devkitpro \
-e PATH="/opt/devkitpro/devkitA64/bin:$PATH" \
-v "$PWD:/objfw" \
devkitpro/devkita64 \
sh -c "cd /objfw && make install"
|