We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3d476 commit 6fb6baeCopy full SHA for 6fb6bae
2 files changed
.github/workflows/linux-codeql.yml
@@ -105,7 +105,7 @@ jobs:
105
sudo apt install -y ninja-build
106
sudo apt install -y doxygen graphviz
107
sudo apt install -y libicu-dev
108
- sudo apt install -y sqlite3
+ sudo apt install -y libsqlite3-dev
109
110
if [ "${{matrix.compiler}}" = "gcc" ]; then
111
sudo apt install -y g++-${{matrix.version}}
.github/workflows/linux.yml
@@ -135,7 +135,7 @@ jobs:
135
136
137
138
139
140
141
0 commit comments