Name the toolchain installation step

This commit is contained in:
Richard Feldman 2019-11-20 18:24:40 -05:00
parent 88052bc653
commit d70b07dbb9

View file

@ -11,6 +11,7 @@ jobs:
- name: Install LLVM - name: Install LLVM
run: sudo ./ci/install-llvm.sh 8 run: sudo ./ci/install-llvm.sh 8
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
name: Install Rust Toolchain
with: with:
profile: minimal profile: minimal
toolchain: stable toolchain: stable
@ -27,6 +28,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
name: Install Rust Toolchain
with: with:
profile: minimal profile: minimal
toolchain: stable toolchain: stable