Commit 756e0a03d36f9b5cfb0a0733b0ad4e484bad1104

Authored by Perry Werneck
Committed by GitHub
1 parent dbc5b677
Exists in master and in 2 other branches develop, macos

Update codeql-analysis.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
... ... @@ -69,7 +69,7 @@ jobs:
69 69 # make bootstrap
70 70 # make release
71 71 - name: build
72   - - run: |
  72 + run: |
73 73 sudo apt-get install gettext libssl-dev libcurl4-openssl-dev
74 74 ./autogen.sh
75 75 make Release
... ...