Differences From Artifact [67061ee611]:
- File .github/workflows/nintendo-3ds.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: 1061) [annotate] [blame] [check-ins using] [more...]
To Artifact [b6f005f187]:
- File .github/workflows/nintendo-3ds.yml — part of check-in [dbb8817d5c] at 2022-10-20 12:50:16 on branch trunk — GitHub Actions: Simplify builds (user: js, size: 1058) [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/devkitARM/bin:$PATH" \
-v "$PWD:/objfw" \
devkitpro/devkitarm \
| | | 28 29 30 31 32 33 34 35 |
- name: make install
run: |
docker run \
-e DEVKITPRO=/opt/devkitpro \
-e PATH="/opt/devkitpro/devkitARM/bin:$PATH" \
-v "$PWD:/objfw" \
devkitpro/devkitarm \
sh -c "cd /objfw && make install"
|