mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
ci: remove redundant slash in libxcvt repository url
Fixes: 84897891e5 ("ci: Install libxcvt from git")
Signed-off-by: Luc Ma <luc@sietium.com>
This commit is contained in:
parent
2ab70dede7
commit
4603d64483
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue