]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Github Action: run "apt-get update" before packages restore
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 21 Nov 2020 08:42:19 +0000 (13:42 +0500)
committerWilly Tarreau <w@1wt.eu>
Sat, 21 Nov 2020 09:44:16 +0000 (10:44 +0100)
ubuntu somehow needs it, no idea why does not apt-get do it itself.

.github/workflows/vtest.yml

index 28e814153dca9f28e4e6f8b22bddde4c48f7c861..c88d4aac82cbe3c378350aeb0f712110ace2d98a 100644 (file)
@@ -46,6 +46,7 @@ jobs:
     - name: Install apt dependencies
       if: ${{ startsWith(matrix.os, 'ubuntu-') }}
       run: |
+        sudo apt-get update
         sudo apt-get install -y \
           liblua5.3-dev \
           libpcre2-dev \