Skip to content

Commit

Permalink
Fix install message for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo authored and Wasabi375 committed Mar 13, 2023
1 parent 9b65a40 commit 11d45ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install ${{ matrix.toolchain }}
- name: Install ${{ matrix.msrv }}
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.msrv }}
Expand Down

0 comments on commit 11d45ea

Please sign in to comment.