Skip to content

Commit

Permalink
CI: Install apt dependencies directly, works around issue with awalsh…
Browse files Browse the repository at this point in the history
…128/cache-apt-pkgs-action
  • Loading branch information
akien-mga committed Jan 9, 2025
1 parent 0257995 commit 829ad30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
fetch-depth: 2

- name: Install APT dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libxml2-utils
run: |
sudo apt install -y libxml2-utils
- name: Install Python dependencies and general setup
run: |
Expand Down

0 comments on commit 829ad30

Please sign in to comment.