Commit 4884cbf31db7e9a3dd2d1474bb78ef50113b5335

Authored by Perry Werneck
Committed by GitHub
1 parent 74358cb4
Exists in master and in 1 other branch develop

Update codeql-analysis.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
... ... @@ -64,7 +64,7 @@ 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-get install autotools-dev autoconf gettext libssl-dev libcurl4-openssl-dev libgtk-3-dev libdbus-1-dev libdbus-glib-1-dev
68 68 git clone https://github.com/PerryWerneck/lib3270.git ./lib3270
69 69 NOCONFIGURE=1 ./lib3270/autogen.sh
70 70 cd lib3270
... ...