We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c2096 commit 5cfa7a5Copy full SHA for 5cfa7a5
.github/workflows/codacy.yml
@@ -34,16 +34,14 @@ jobs:
34
name: Codacy Security Scan
35
runs-on: ubuntu-latest
36
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
+
41
# Checkout the repository to the GitHub Actions runner
42
- name: Checkout code
43
uses: actions/checkout@v3
44
- # Set up Python
- - name: Set up Python
- uses: actions/setup-python@v4
- with:
45
- python-version: '3.x'
46
-
47
# Install dependencies
48
- name: Install dependencies
49
run: |
0 commit comments