Skip to content

Commit 768b388

Browse files
committed
Remove unnecessary modsecver variable
1 parent 3bb063f commit 768b388

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
env:
2222
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
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
24+
gh release download -p "*.tar.gz" -R owasp-modsecurity/ModSecurity -O - | tar -xzf -
25+
cd modsecurity-*
2726
./configure --disable-lmdb --prefix=/usr
2827
make -j $(nproc)
2928
sudo make install

0 commit comments

Comments
 (0)