From 6925800fe6ecc1a5f3382e927c69b1f49c3d0be0 Mon Sep 17 00:00:00 2001 From: shiro Date: Mon, 26 Feb 2024 11:20:25 +0900 Subject: [PATCH] Fix CI build --- ci/prepare-ci-container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/prepare-ci-container.sh b/ci/prepare-ci-container.sh index e55b36e..7c39781 100755 --- a/ci/prepare-ci-container.sh +++ b/ci/prepare-ci-container.sh @@ -3,7 +3,7 @@ set -e -yum install -y libxkbcommon-devel +yum install -y libxkbcommon-devel libatomic cd /tmp git clone https://github.com/pkgconf/pkgconf @@ -14,4 +14,4 @@ cd pkgconf --with-system-libdir=/lib:/usr/lib \ --with-system-includedir=/usr/include make -make install \ No newline at end of file +make install