Skip to content

Commit b3cdc2a

Browse files
committed
[#291] CodeQL YML Refactor
1 parent 4a32025 commit b3cdc2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,12 @@ jobs:
146146
cmake --build .;
147147
sudo make install;
148148
sudo ldconfig;
149+
- name: Install Dependencies
150+
run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat python3 autoconf libtool
149151

152+
- name: Install Python Libraries
153+
run: sudo pip install pycryptodome
154+
150155
- name: Update Dependencies
151156
run: >
152157
curl -LS https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.50.tar.bz2 -o /tmp/libgpg-error-1.50.tar.bz2

0 commit comments

Comments
 (0)