Commit e5f5fb133a9c786519a30a3d7af8dc9d7b31a7bc

Authored by Perry Werneck
2 parents f58201e9 7720faec

Merge branch 'master' into develop

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
... ... @@ -64,7 +64,8 @@ jobs:
64 64 # uses a compiled language
65 65 - name: Install Dependencies
66 66 run: |
67   - sudo apt-get install autotools-dev autoconf gettext libssl-dev libcurl4-openssl-dev libgtk-3-dev
  67 + sudo apt update
  68 + sudo apt-get -f install autotools-dev autoconf gettext libssl-dev libcurl4-openssl-dev libgtk-3-dev
68 69 git clone https://github.com/PerryWerneck/lib3270.git ./lib3270
69 70 NOCONFIGURE=1 ./lib3270/autogen.sh
70 71 cd lib3270
... ...