mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Don't install dependencies on i386
This commit is contained in:
parent
bb6a0aa8ed
commit
1c03cd3fa3
1 changed files with 0 additions and 7 deletions
7
.github/workflows/clippy_bors.yml
vendored
7
.github/workflows/clippy_bors.yml
vendored
|
@ -82,13 +82,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: "${{ secrets.github_token }}"
|
github_token: "${{ secrets.github_token }}"
|
||||||
|
|
||||||
- name: Install dependencies (Linux-i686)
|
|
||||||
run: |
|
|
||||||
sudo dpkg --add-architecture i386
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install gcc-multilib libssl-dev:i386 libgit2-dev:i386
|
|
||||||
if: matrix.host == 'i686-unknown-linux-gnu'
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3.0.2
|
uses: actions/checkout@v3.0.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue