We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb063f commit 768b388Copy full SHA for 768b388
.github/workflows/test.yml
@@ -21,9 +21,8 @@ jobs:
21
env:
22
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
run: |
24
- modsecver=`gh release view -R owasp-modsecurity/ModSecurity -q .tagName --json tagName`
25
- gh release download -p "*.tar.gz" -R owasp-modsecurity/ModSecurity $modsecver -O - | tar -xzf -
26
- cd modsecurity-$modsecver
+ gh release download -p "*.tar.gz" -R owasp-modsecurity/ModSecurity -O - | tar -xzf -
+ cd modsecurity-*
27
./configure --disable-lmdb --prefix=/usr
28
make -j $(nproc)
29
sudo make install
0 commit comments