Fix install message for msrv

This commit is contained in:
Jon Gjengset 2023-03-10 21:22:30 -08:00
parent 362696ab80
commit 90999e1bd1

View file

@ -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 }}