Commit 9453fc00f81e2536ea2a7abd65d7fb17167fb9c0
Committed by
GitHub
1 parent
fc6466d4
Exists in
master
and in
1 other branch
Update codeql-analysis.yml
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
.github/workflows/codeql-analysis.yml
| ... | ... | @@ -73,14 +73,6 @@ jobs: |
| 73 | 73 | sudo make install |
| 74 | 74 | cd .. |
| 75 | 75 | sudo rm -fr lib3270 |
| 76 | - git clone https://github.com/PerryWerneck/libv3270.git ./libv3270 | |
| 77 | - NOCONFIGURE=1 ./libv3270/autogen.sh | |
| 78 | - cd libv3270 | |
| 79 | - ./configure --prefix=/usr | |
| 80 | - make all | |
| 81 | - sudo make install | |
| 82 | - cd .. | |
| 83 | - sudo rm -fr libv3270 | |
| 84 | 76 | git clone https://github.com/PerryWerneck/libipc3270.git ./libipc3270 |
| 85 | 77 | NOCONFIGURE=1 ./libipc3270/autogen.sh |
| 86 | 78 | cd libipc3270 | ... | ... |