Browse Source

Update nightly Rust version

Needed after https://github.com/rust3ds/ctru-rs/pull/157
pull/17/head
Ian Chamberlain 3 months ago
parent
commit
98a8ed4405
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -14,7 +14,7 @@ jobs: @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
toolchain:
- nightly-2023-06-01
- nightly-2024-02-18
runs-on: ubuntu-latest
container: devkitpro/devkitarm
@ -39,7 +39,7 @@ jobs: @@ -39,7 +39,7 @@ jobs:
matrix:
toolchain:
# Oldest supported nightly
- nightly-2023-06-01
- nightly-2024-02-18
- nightly
continue-on-error: ${{ matrix.toolchain == 'nightly' }}

Loading…
Cancel
Save