|
|
@ -42,7 +42,6 @@ jobs: |
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
toolchain: |
|
|
|
toolchain: |
|
|
|
- nightly-2023-01-13 |
|
|
|
|
|
|
|
- nightly |
|
|
|
- nightly |
|
|
|
|
|
|
|
|
|
|
|
continue-on-error: ${{ matrix.toolchain == 'nightly' }} |
|
|
|
continue-on-error: ${{ matrix.toolchain == 'nightly' }} |
|
|
@ -50,7 +49,7 @@ jobs: |
|
|
|
container: devkitpro/devkitarm |
|
|
|
container: devkitpro/devkitarm |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout branch |
|
|
|
- name: Checkout branch |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
|
|
|
|
|
|
|
|
- uses: ./.github/actions/setup |
|
|
|
- uses: ./.github/actions/setup |
|
|
|
with: |
|
|
|
with: |
|
|
|