Pin Clippy to a nightly
This commit is contained in:
parent
6c70133faa
commit
613333acd5
6 changed files with 18 additions and 85 deletions
3
.github/workflows/clippy.yml
vendored
3
.github/workflows/clippy.yml
vendored
|
|
@ -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
.github/workflows/clippy_bors.yml
vendored
11
.github/workflows/clippy_bors.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue