Differences From Artifact [4585ba4b5f]:
- File .github/workflows/wii.yml — part of check-in [4b5cd77d5a] at 2021-10-15 16:50:54 on branch trunk — Add devkitPro builds to GitHub Actions (user: js, size: 1051) [annotate] [blame] [check-ins using] [more...]
To 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...]
1 2 3 | name: wii on: [push, pull_request] jobs: | < > | 1 2 3 4 5 6 7 8 9 10 11 | name: wii on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Install dependencies run: docker pull devkitpro/devkitppc - uses: actions/checkout@v2 - name: autogen.sh run: ./autogen.sh |
︙ | ︙ |