mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05: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:
parent
496374e592
commit
e48853aaf4
1 changed files with 1 additions and 0 deletions
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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue