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

(cherry picked from commit 829ad30)
  • Loading branch information
akien-mga authored and Spartan322 committed Jan 16, 2025
1 parent a43c239 commit 5e5fa25
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 @@ -17,9 +17,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 5e5fa25

Please sign in to comment.