Skip to content

Commit 829ad30

Browse files
committed
CI: Install apt dependencies directly, works around issue with awalsh128/cache-apt-pkgs-action
1 parent 0257995 commit 829ad30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/static_checks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
fetch-depth: 2
1414

1515
- name: Install APT dependencies
16-
uses: awalsh128/cache-apt-pkgs-action@latest
17-
with:
18-
packages: libxml2-utils
16+
run: |
17+
sudo apt install -y libxml2-utils
1918
2019
- name: Install Python dependencies and general setup
2120
run: |

0 commit comments

Comments
 (0)