mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Set correct generate script
This commit is contained in:
parent
92cc83b171
commit
6870df446d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -22,8 +22,8 @@ jobs:
|
||||
sudo apt-get update -y -qq
|
||||
sudo apt-get install -y apache2-dev libxml2-dev liblua5.1-0-dev libcurl4-gnutls-dev libpcre2-dev pkg-config libyajl-dev
|
||||
- uses: actions/checkout@v2
|
||||
- name: build.sh
|
||||
run: ./build.sh
|
||||
- name: autogen.sh
|
||||
run: ./autogen.sh
|
||||
- name: configure ${{ matrix.configure.label }}
|
||||
run: ./configure ${{ matrix.configure.opt }}
|
||||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user