Update codeql-analysis.yml

This commit is contained in:
Markus Gans 2020-10-02 02:04:20 +02:00 committed by GitHub
parent 31eb81d612
commit 021cd12d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ jobs:
# uses a compiled language # uses a compiled language
- run: | - run: |
apt-get update
apt-get install autoconf-archive apt-get install autoconf-archive
autoreconf -v --install --force autoreconf -v --install --force
./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -W -Wall -pedantic" ./configure --prefix=/usr CPPFLAGS="-DDEBUG" CXXFLAGS="-g -O0 -DDEBUG -W -Wall -pedantic"