mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-04 13:08:05 +03:00
Fix archlinux build
This commit is contained in:
parent
a412539f21
commit
09c508f111
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
|||||||
uname -m
|
uname -m
|
||||||
echo "----- install build prerequisites -----"
|
echo "----- install build prerequisites -----"
|
||||||
pacman -Syy --noconfirm
|
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
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
rustc --version
|
rustc --version
|
||||||
|
Loading…
Reference in New Issue
Block a user