Browse Source

Newer actions

pull/37/head
Andrea Ciliberti 1 year ago
parent
commit
ea28cbc788
  1. 3
      .github/workflows/ci.yml

3
.github/workflows/ci.yml

@ -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:

Loading…
Cancel
Save