mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
new setuptools broken in github workflow
This commit is contained in:
parent
344dd0fbd4
commit
ca1cd7a26a
2 changed files with 2 additions and 1 deletions
2
.github/workflows/abicheck.yml
vendored
2
.github/workflows/abicheck.yml
vendored
|
|
@ -4,7 +4,7 @@ env:
|
|||
build_options: -Dbuildtype=debug -Denable-true-color=yes -Dwith-proxy=yes -Dc_args=-DPERL_EUPXS_ALWAYS_EXPORT
|
||||
prefix: /usr/local
|
||||
apt_build_deps: ninja-build libutf8proc-dev libperl-dev libotr5-dev
|
||||
get_pip_build_deps: pip3 install setuptools; pip3 install wheel; pip3 install 'meson<0.59.0'
|
||||
get_pip_build_deps: pip3 install 'setuptools<66'; pip3 install wheel; pip3 install 'meson<0.59.0'
|
||||
getabidef_def: getabidef() { awk '$1=="#define" && $2=="IRSSI_ABI_VERSION" { print $3 }' "$1"/include/irssi/src/common.h; }
|
||||
jobs:
|
||||
build-base-ref:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue