Skip to content

Commit

Permalink
Remove unwanted tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Apr 12, 2024
1 parent b52be3a commit e5877f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
modsecver=`gh release view -R owasp-modsecurity/ModSecurity -q .tagName --json tagName`
gh release download -p "*.tar.gz" -R owasp-modsecurity/ModSecurity $modsecver -O - | tar -xzf -
tar -xzf modsecurity.tar.gz
cd modsecurity-$modsecver
./configure --disable-lmdb --prefix=/usr
make -j `nproc`
Expand Down

0 comments on commit e5877f5

Please sign in to comment.