maint/CICD ~ fix MinSRV testing (use correct toolchain)

This commit is contained in:
Roy Ivy III 2020-03-18 00:02:54 -05:00
parent b57ee7e131
commit 69408fc8cc

View file

@ -72,6 +72,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_MIN_SRV }}
default: true
profile: minimal # minimal component installation (ie, no documentation)
- name: Test
uses: actions-rs/cargo@v1