mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 11:33:32 +02:00
CI: Github Action: run "apt-get update" before packages restore
ubuntu somehow needs it, no idea why does not apt-get do it itself.
This commit is contained in:
committed by
Willy Tarreau
parent
496374e592
commit
e48853aaf4
1
.github/workflows/vtest.yml
vendored
1
.github/workflows/vtest.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user