Skip to content

Commit

Permalink
GitHub Actions: downgrade libxml2 for systemd
Browse files Browse the repository at this point in the history
systemd is currently incompatible with libxml2 2.13.0:
systemd/systemd#33302
  • Loading branch information
fishilico committed Jun 13, 2024
1 parent 710941e commit b1b1533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
cp -Rv . /startdir && \
pacman -q --noconfirm -Syu base base-devel expect git && \
pacman --noconfirm -Sc && \
curl -sSO https://archive.archlinux.org/packages/l/libxml2/libxml2-2.12.7-1-x86_64.pkg.tar.zst && \
pacman --noconfirm -U libxml2-2.12.7-1-x86_64.pkg.tar.zst && \
rm libxml2-2.12.7-1-x86_64.pkg.tar.zst && \
rm -rf /var/cache/pacman/pkg/* && \
ln -sf /usr/share/zoneinfo/UTC /etc/localtime && \
useradd -g users -m builduser && \
Expand Down

0 comments on commit b1b1533

Please sign in to comment.