Pin Clippy to a nightly

This commit is contained in:
Eduardo Broto 2020-11-29 18:08:47 +01:00 committed by flip1995
parent 6c70133faa
commit 613333acd5
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
6 changed files with 18 additions and 85 deletions

View file

@ -56,9 +56,6 @@ jobs:
restore-keys: |
${{ runner.os }}-x86_64-unknown-linux-gnu
- name: Master Toolchain Setup
run: bash setup-toolchain.sh
# Run
- name: Set LD_LIBRARY_PATH (Linux)
run: |

View file

@ -105,11 +105,6 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.host }}
- name: Master Toolchain Setup
run: bash setup-toolchain.sh
env:
HOST_TOOLCHAIN: ${{ matrix.host }}
# Run
- name: Set LD_LIBRARY_PATH (Linux)
if: runner.os == 'Linux'
@ -192,9 +187,6 @@ jobs:
restore-keys: |
${{ runner.os }}-x86_64-unknown-linux-gnu
- name: Master Toolchain Setup
run: bash setup-toolchain.sh
# Run
- name: Build Integration Test
run: cargo test --test integration --features integration --no-run
@ -273,9 +265,6 @@ jobs:
restore-keys: |
${{ runner.os }}-x86_64-unknown-linux-gnu
- name: Master Toolchain Setup
run: bash setup-toolchain.sh
# Download
- name: Download target dir
uses: actions/download-artifact@v1