Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 5, 2023
1 parent 55cf4be commit d98635e
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 470 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ case "${1}" in
;;
*)
apt-get update -qq
apt-get install -yqq autoconf automake autopoint build-essential curl cmake dpkg-dev file git jq libtool lsb-release meson gperf patchelf
apt-get install -yqq autoconf automake autopoint build-essential curl cmake dpkg-dev file git jq libglib2.0-dev-bin libtool lsb-release meson gperf patchelf zlib1g-dev

arch=$(get_linux_deb_arch "${1}")
release=$(lsb_release -cs 2>/dev/null)
Expand Down
Loading

0 comments on commit d98635e

Please sign in to comment.