Fix archlinux build

This commit is contained in:
lepapareil 2021-11-24 10:54:19 +01:00 committed by Fabrice Reix
parent a412539f21
commit 09c508f111

View File

@ -117,7 +117,7 @@ jobs:
uname -m
echo "----- install build prerequisites -----"
pacman -Syy --noconfirm
pacman -Sy --noconfirm curl base-devel libxml2 python3 python-pip
pacman -Sy --noconfirm curl icu base-devel libxml2 python3 python-pip
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustc --version