]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: enable apt upgrade on github runners again to fix i386 build
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Wed, 28 Feb 2024 22:25:08 +0000 (23:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 28 Feb 2024 22:28:34 +0000 (23:28 +0100)
This reverts commit 7f630e6f358275d0bce9fea2665a2763edbf6a0e which
reverted 7349c5160ab63d0737050a6b4da3e407ab0cfeb0

Let's see how many more iterations of reverting a commit we can
achieve...

closes: #14113

Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml

index a641ef563e9ebc57c927269ce0c4a55c37c608f8..d2148f7f1b8dcf23acd1b362ea01e1b3135a0502 100644 (file)
@@ -124,7 +124,7 @@ jobs:
               libattr1-dev
             )
           fi
-          sudo apt-get update && sudo apt-get install -y "${PKGS[@]}"
+          sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y "${PKGS[@]}"
 
       - name: Install gcc-${{ env.GCC_VER }}
         if:  matrix.compiler == 'gcc'