Skip to content

Commit 612b453

Browse files
committed
Typo fixes
1 parent 16457a8 commit 612b453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CXXFLAGS: "-m${{ matrix.platform }}"
1818
LDFLAGS: "-m${{ matrix.platform }}"
1919
CC: "/usr/bin/${{ matrix.platform }}"
20-
C++: "${{ matrix.compiler == 'gcc' && '/usr/bin/g++' || '/usr/bin/clang++' }}"
20+
CXX: "${{ matrix.compiler == 'gcc' && '/usr/bin/g++' || '/usr/bin/clang++' }}"
2121
steps:
2222
- name: Setup Dependencies
2323
run: |
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
gh release download -p "*.tar.gz" -R owasp-modsecurity/ModSecurity -O - | tar -xzf -
3232
cd modsecurity-*
33-
./configure --disable-lmdb --prefix=/usr
33+
./configure --without-lmdb --prefix=/usr
3434
make -j $(nproc)
3535
sudo make install
3636
cd

0 commit comments

Comments
 (0)