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
6 changed files with 18 additions and 85 deletions
-3
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: |
-11
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