about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2022-12-07 12:30:13 +0100
committerPhilipp Krones <hello@philkrones.com>2022-12-07 12:43:37 +0100
commit1c03cd3fa34d6b317f33a2fd40e3d222a4d89a85 (patch)
tree4d2bdc07702e95f6bd99e0e77dd2ebc272229685
parentbb6a0aa8ed2051510ea2b6a997c2b2c9df8102e5 (diff)
downloadrust-1c03cd3fa34d6b317f33a2fd40e3d222a4d89a85.tar.gz
rust-1c03cd3fa34d6b317f33a2fd40e3d222a4d89a85.zip
Don't install dependencies on i386
-rw-r--r--.github/workflows/clippy_bors.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml
index 6448b2d4068..1bc457a9479 100644
--- a/.github/workflows/clippy_bors.yml
+++ b/.github/workflows/clippy_bors.yml
@@ -82,13 +82,6 @@ jobs:
       with:
         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
       uses: actions/checkout@v3.0.2