Apply suggestion from @BD103
Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
This commit is contained in:
parent
2e56807742
commit
4ea76db857
2
.github/workflows/update-caches.yml
vendored
2
.github/workflows/update-caches.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user