diff options
| author | flip1995 <hello@philkrones.com> | 2020-04-23 20:45:39 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2020-04-23 21:14:45 +0200 |
| commit | 0476e8b48380f0376ff040f07edfe74372ae2101 (patch) | |
| tree | b5ca8763e601c8cb30c668e9ca11d6e222bc834a | |
| parent | 35ef280b5586264a1c9f6cdaec836d2e9945d60f (diff) | |
Remove apt-get upgrade again
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index 4429a7c1e5c..6675a1029bb 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -77,8 +77,6 @@ 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' |
