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 0x61nas committed Dec 12, 2023
1 parent 370e422 commit bb0909d
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 bb0909d

Please sign in to comment.