Commit e71a5a6bac03e556969817dbede65d312e030e18
Committed by
GitHub
1 parent
20e1c57a
Exists in
master
and in
1 other branch
Fixing codeql.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.github/workflows/codeql-analysis.yml
@@ -64,7 +64,7 @@ jobs: | @@ -64,7 +64,7 @@ jobs: | ||
64 | # uses a compiled language | 64 | # uses a compiled language |
65 | - name: Install Dependencies | 65 | - name: Install Dependencies |
66 | run: | | 66 | run: | |
67 | - sudo apt-get install autotools-dev, autoconf, gettext libssl-dev libcurl4-openssl-dev, libgtk-3-dev, imagemagick | 67 | + sudo apt-get install autotools-dev, autoconf, gettext libssl-dev libcurl4-openssl-dev libgtk-3-dev |
68 | git clone https://github.com/PerryWerneck/lib3270.git ./lib3270 | 68 | git clone https://github.com/PerryWerneck/lib3270.git ./lib3270 |
69 | NOCONFIGURE=1 ./lib3270/autogen.sh | 69 | NOCONFIGURE=1 ./lib3270/autogen.sh |
70 | cd lib3270 | 70 | cd lib3270 |