We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb510e commit c72dc39Copy full SHA for c72dc39
.github/workflows/codeql.yml
@@ -35,11 +35,11 @@ jobs:
35
- name: Create Build Environment
36
run: cmake -E make_directory ${{runner.workspace}}/build
37
38
- - name: Install SDL2
+ - name: Install dependencies # SDL2, libpcre2
39
run: |
40
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
41
sudo apt-get update -y -qq
42
- sudo apt-get install libsdl2-dev libsdl2-mixer-dev
+ sudo apt-get install libsdl2-dev libsdl2-mixer-dev libpcre2-dev
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
0 commit comments