Skip to content

Commit c72dc39

Browse files
authored
Update to libpcre2
Install libpcre2 at dependency step in codeql.yml
1 parent eeb510e commit c72dc39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Create Build Environment
3636
run: cmake -E make_directory ${{runner.workspace}}/build
3737

38-
- name: Install SDL2
38+
- name: Install dependencies # SDL2, libpcre2
3939
run: |
4040
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
4141
sudo apt-get update -y -qq
42-
sudo apt-get install libsdl2-dev libsdl2-mixer-dev
42+
sudo apt-get install libsdl2-dev libsdl2-mixer-dev libpcre2-dev
4343
4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

0 commit comments

Comments
 (0)