Apply suggestion from @BD103

Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
This commit is contained in:
François Mockers 2025-07-15 20:02:54 +02:00 committed by GitHub
parent 2e56807742
commit 4ea76db857
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
NIGHTLY_TOOLCHAIN: ${{ steps.env.outputs.NIGHTLY_TOOLCHAIN }}
MSRV: ${{ steps.env.outputs.MSRV }}
MSRV: ${{ steps.msrv.outputs.MSRV }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable