Skip to content
Snippets Groups Projects
Commit 4603d644 authored by Luc Ma's avatar Luc Ma Committed by Luc Ma
Browse files

ci: remove redundant slash in libxcvt repository url


Fixes: 84897891 ("ci: Install libxcvt from git")
Signed-off-by: default avatarLuc Ma <luc@sietium.com>
parent 2ab70ded
No related branches found
No related tags found
Loading
......@@ -114,7 +114,7 @@ apt-get install -y \
cd /root
# xserver requires libxcvt
git clone https://gitlab.freedesktop.org/xorg/lib//libxcvt.git --depth 1 --branch=libxcvt-0.1.0
git clone https://gitlab.freedesktop.org/xorg/lib/libxcvt.git --depth 1 --branch=libxcvt-0.1.0
cd libxcvt
meson _build
ninja -C _build -j${FDO_CI_CONCURRENT:-4} install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment