Overview
Comment: | GitHub Actions: Pin NDS to last working container |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | 1.2 |
Files: | files | file ages | folders |
SHA3-256: |
6c4d17f2f65c52f518eb19506be24b48 |
User & Date: | js on 2024-11-13 00:27:49 |
Other Links: | branch diff | manifest | tags |
Context
2024-11-13
| ||
00:27 | GitHub Actions: Pin NDS to last working container Leaf check-in: 6c4d17f2f6 user: js tags: 1.2 | |
00:01 | Fix compiling on Haiku r1beta5 check-in: 97827c658e user: js tags: 1.2 | |
2024-11-12
| ||
21:49 | GitHub Actions: Pin NDS to last working container check-in: eda17ffcbd user: js tags: trunk | |
Changes
Modified .github/workflows/nintendo-ds.yml from [6b553d5781] to [16b1656c2b].
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + - + - + | run: ./autogen.sh - name: configure run: | docker run \ -e DEVKITPRO=/opt/devkitpro \ -e PATH="/opt/devkitpro/devkitARM/bin:$PATH" \ -v "$PWD:/objfw" \ |