Skip to content

Commit 5cfa7a5

Browse files
committed
install libxres-dev
1 parent 70c2096 commit 5cfa7a5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/codacy.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,14 @@ jobs:
3434
name: Codacy Security Scan
3535
runs-on: ubuntu-latest
3636
steps:
37+
# Install dependencies required for `ueberzug`
38+
- name: Install system dependencies
39+
run: sudo apt-get update && sudo apt-get install -y libxres-dev
40+
3741
# Checkout the repository to the GitHub Actions runner
3842
- name: Checkout code
3943
uses: actions/checkout@v3
4044

41-
# Set up Python
42-
- name: Set up Python
43-
uses: actions/setup-python@v4
44-
with:
45-
python-version: '3.x'
46-
4745
# Install dependencies
4846
- name: Install dependencies
4947
run: |

0 commit comments

Comments
 (0)