Skip to content

Commit

Permalink
Install libxxhash-dev for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Apr 3, 2024
1 parent 6752bac commit 37947a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install_xorgxrdp_build_dependencies_with_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@ PACKAGES="$PACKAGES \
case "$ARCH"
in
amd64)
PACKAGES="$PACKAGES \
libxxhash-dev \
"
;;
i386)
PACKAGES="$PACKAGES \
gcc-multilib \
libxxhash-dev:i386 \
"
dpkg --add-architecture i386
dpkg --print-architecture
Expand Down

0 comments on commit 37947a1

Please sign in to comment.