Skip to content

Commit

Permalink
Merge pull request #101363 from akien-mga/ci-apt-direct
Browse files Browse the repository at this point in the history
CI: Install apt dependencies directly, works around issue with `awalsh128/cache-apt-pkgs-action`
  • Loading branch information
akien-mga committed Jan 9, 2025
2 parents a024393 + 829ad30 commit 24d7451
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 24d7451

Please sign in to comment.