Commit 2b4bc41e197d9cb6a3133022caf965feb0fa3c80
Committed by
GitHub
1 parent
9c976f32
Exists in
master
and in
2 other branches
Still trying to fix codeql workflow
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.github/workflows/codeql-analysis.yml
... | ... | @@ -64,6 +64,7 @@ jobs: |
64 | 64 | # uses a compiled language |
65 | 65 | - name: Install Dependencies |
66 | 66 | run: | |
67 | + sudo apt update | |
67 | 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 | ... | ... |