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 4a32025 commit b3cdc2aCopy full SHA for b3cdc2a
.github/workflows/codeql.yml
@@ -146,7 +146,12 @@ jobs:
146
cmake --build .;
147
sudo make install;
148
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
151
152
+ - name: Install Python Libraries
153
+ run: sudo pip install pycryptodome
154
+
155
- name: Update Dependencies
156
run: >
157
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