mirror of
https://github.com/haproxy/haproxy.git
synced 2025-12-18 23:06:08 -05:00
CI: github: use git prefix for openssl-master.yml
Uses the git- prefix in order to get the latest tarball for the master branch on github.
This commit is contained in:
parent
40d16af7a6
commit
9c8925ba0d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/openssl-master.yml
vendored
2
.github/workflows/openssl-master.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
sudo apt-get --no-install-recommends -y install libpsl-dev
|
||||
- uses: ./.github/actions/setup-vtest
|
||||
- name: Install OpenSSL master
|
||||
run: env OPENSSL_VERSION="master" GIT_TYPE="branch" scripts/build-ssl.sh
|
||||
run: env OPENSSL_VERSION="git-master" GIT_TYPE="branch" scripts/build-ssl.sh
|
||||
- name: Compile HAProxy
|
||||
run: |
|
||||
make -j$(nproc) ERR=1 CC=gcc TARGET=linux-glibc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue