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 907a25a
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 476 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootstrap-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ function install_compiler() {

case "${1}" in
"macos"|"macos-universal"|"macos-universal-10.15")
brew install cmake git jq meson
brew install autoconf automake cmake coreutils gawk git gnu-sed jq make meson

[ -n "${GITHUB_ENV}" ] && echo "PAWPAW_PACK_NAME=${1}-$(sw_vers -productVersion)" >> "${GITHUB_ENV}"
;;
*)
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 907a25a

Please sign in to comment.