Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cropi authored May 30, 2024
1 parent dfbc998 commit 499c757
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,35 @@ jobs:
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
apt-get install --no-install-recommends --yes -V \
asciidoc \
autoconf \
automake \
bash-completion \
build-essential \
catch2 \
docbook-xml \
docbook-xsl \
git \
ldap-utils \
libaudit-dev \
libcap-ng-dev \
libdbus-glib-1-dev \
libldap-dev \
libpolkit-gobject-1-dev \
libprotobuf-dev \
libqb-dev \
libseccomp-dev \
libsodium-dev \
libtool \
libxml2-utils \
libumockdev-dev \
pkg-config \
protobuf-compiler \
sudo \
systemd \
tao-pegtl-dev \
xsltproc
./autogen.sh
./configure --enable-systemd --with-crypto-library=openssl --with-bundled-catch --with-bundled-pegtl
make V=1
Expand Down

0 comments on commit 499c757

Please sign in to comment.