mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
Revert "CI: Pin VTest to a known good commit"
The issue with VTest now is fixed in VTest master since commit
vtest/VTest@040bb6737a.
This reverts commit 24105300b8.
This commit is contained in:
parent
7b5777d9b4
commit
2ca0bbc7d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
brew install lua
|
||||
- name: Install VTest
|
||||
run: |
|
||||
curl -fsSL https://github.com/vtest/VTest/archive/02a9bc16d78e70d1d415b40d5349b9f3e56df05b.tar.gz -o VTest.tar.gz
|
||||
curl -fsSL https://github.com/vtest/VTest/archive/master.tar.gz -o VTest.tar.gz
|
||||
mkdir VTest
|
||||
tar xvf VTest.tar.gz -C VTest --strip-components=1
|
||||
make -C VTest -j$(nproc) FLAGS="-O2 -s -Wall"
|
||||
|
|
|
|||
Loading…
Reference in a new issue