Skip to content

Commit

Permalink
.github/workflows/codeql.yml: ensure all required deps are installed …
Browse files Browse the repository at this point in the history
…(or bolted down) via packages

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Sep 1, 2023
1 parent c915206 commit 66c5669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Initialize dependencies (Ubuntu)
run: |
sudo apt-get update
sudo apt-get install libxpm-dev libupsclient-dev
sudo apt-get install libxpm-dev libxext-dev libupsclient-dev
- name: Initialize dependencies (ensure NUT 2.8.0+)
run: |
Expand Down

0 comments on commit 66c5669

Please sign in to comment.