Commit 9e310d3db6206c4de5344e9c591b9fac24612edd

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

Update codeql-analysis.yml

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
@@ -71,7 +71,8 @@ jobs: @@ -71,7 +71,8 @@ jobs:
71 ./configure --prefix=/usr 71 ./configure --prefix=/usr
72 make all 72 make all
73 sudo make install 73 sudo make install
74 - cd .. 74 + cd ..
  75 + rm -fr lib3270
75 76
76 - name: build 77 - name: build
77 run: | 78 run: |