diff options
| author | Philipp Krones <hello@philkrones.com> | 2022-12-07 12:30:13 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2022-12-07 12:43:37 +0100 |
| commit | 1c03cd3fa34d6b317f33a2fd40e3d222a4d89a85 (patch) | |
| tree | 4d2bdc07702e95f6bd99e0e77dd2ebc272229685 | |
| parent | bb6a0aa8ed2051510ea2b6a997c2b2c9df8102e5 (diff) | |
| download | rust-1c03cd3fa34d6b317f33a2fd40e3d222a4d89a85.tar.gz rust-1c03cd3fa34d6b317f33a2fd40e3d222a4d89a85.zip | |
Don't install dependencies on i386
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 7 |
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 |
