Skip to content

Commit

Permalink
Update nightly Rust version
Browse files Browse the repository at this point in the history
Needed after rust3ds/ctru-rs#157
  • Loading branch information
ian-h-chamberlain committed Feb 22, 2024
1 parent fae5727 commit 98a8ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
toolchain:
- nightly-2023-06-01
- nightly-2024-02-18

runs-on: ubuntu-latest
container: devkitpro/devkitarm
Expand All @@ -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' }}
Expand Down

0 comments on commit 98a8ed4

Please sign in to comment.