diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2020-04-16 20:24:51 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2020-04-16 21:03:59 +0200 |
| commit | d181fde95eb9c6f25c4654c2d2a459d03dc6af75 (patch) | |
| tree | 70652022b91e3078ed142956385dd0de929410dd | |
| parent | 1765c5da908a676215184f94e8021b3c37a10980 (diff) | |
| download | rust-d181fde95eb9c6f25c4654c2d2a459d03dc6af75.tar.gz rust-d181fde95eb9c6f25c4654c2d2a459d03dc6af75.zip | |
CI: performing system upgrade fixes broken apt deps on ubuntu 32bit
See #5477 for details
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 3b1774e03bc..bd6ca30afdb 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -77,6 +77,8 @@ jobs: run: | sudo dpkg --add-architecture i386 sudo apt-get update + # perform system upgrade to work around https://github.com/rust-lang/rust-clippy/issues/5477 , revert as soon as that is fixed + sudo apt-get -y upgrade sudo apt-get install gcc-multilib libssl-dev:i386 libgit2-dev:i386 if: matrix.host == 'i686-unknown-linux-gnu' |
