Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed Feb 26, 2024
1 parent 00a01ba commit 6925800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/prepare-ci-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,4 +14,4 @@ cd pkgconf
--with-system-libdir=/lib:/usr/lib \
--with-system-includedir=/usr/include
make
make install
make install

0 comments on commit 6925800

Please sign in to comment.