mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 13:21:29 +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:
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
|
- name: Install apt dependencies
|
||||||
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
liblua5.3-dev \
|
liblua5.3-dev \
|
||||||
libpcre2-dev \
|
libpcre2-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user