CI: Install apt dependencies directly, works around issue with awalsh128/cache-apt-pkgs-action

This commit is contained in:
Rémi Verschelde 2025-01-09 19:56:08 +01:00
parent 0257995616
commit 829ad307f8

View File

@ -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: |