Fix ubuntu 16 build with GH action checkout version to v3 (#1281)
Co-authored-by: Gustavo Garcia <gustavogb@mail.com>
This commit is contained in:
parent
95c2967252
commit
4ddca0b0b9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
wget https://github.com/digitalocean/prometheus-client-c/releases/download/v0.1.3/libpromhttp-dev-0.1.3-Linux.deb && \
|
||||
apt install ./libprom-dev-0.1.3-Linux.deb ./libpromhttp-dev-0.1.3-Linux.deb && \
|
||||
rm ./libprom-dev-0.1.3-Linux.deb ./libpromhttp-dev-0.1.3-Linux.deb
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user