Skip to content

Commit e5877f5

Browse files
committed
Remove unwanted tar command
1 parent b52be3a commit e5877f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
run: |
2424
modsecver=`gh release view -R owasp-modsecurity/ModSecurity -q .tagName --json tagName`
2525
gh release download -p "*.tar.gz" -R owasp-modsecurity/ModSecurity $modsecver -O - | tar -xzf -
26-
tar -xzf modsecurity.tar.gz
2726
cd modsecurity-$modsecver
2827
./configure --disable-lmdb --prefix=/usr
2928
make -j `nproc`

0 commit comments

Comments
 (0)