mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
CI: performing system upgrade fixes broken apt deps on ubuntu 32bit
See #5477 for details
This commit is contained in:
parent
1765c5da90
commit
d181fde95e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/clippy_bors.yml
vendored
2
.github/workflows/clippy_bors.yml
vendored
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue