Skip to content

Commit

Permalink
Fixed missing PCRE in CodeQL test
Browse files Browse the repository at this point in the history
```
checking for pcre_exec in -lpcre... no
configure: error: Cannot find PCRE
```

Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
  • Loading branch information
larsewi committed Oct 11, 2024
1 parent 526d710 commit 15b77e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install dependencies (C)
if: ${{ matrix.language == 'cpp' }}
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev libpam0g-dev liblmdb-dev byacc curl
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev libpam0g-dev liblmdb-dev byacc curl libpcre3

- name: Build (C)
if: ${{ matrix.language == 'cpp' }}
Expand Down

0 comments on commit 15b77e9

Please sign in to comment.