@b4n commented on this pull request.
> + run: | + mkdir -p geany_build/bundle/geany-gtk + cd geany_build/bundle/geany-gtk + bash $(cygpath -u "${GITHUB_WORKSPACE}")/.geany_source/scripts/gtk-bundle-from-msys2.sh -3 + - name: GTK-Bundle-Geany-Plugins + run: | + mkdir -p geany_build/bundle/geany-plugins-dependencies + cd geany_build/bundle/geany-plugins-dependencies + bash $(cygpath -u "${GITHUB_WORKSPACE}")/build/gtk-bundle-from-msys2.sh -3 + - name: CI-Build-Geany + run: | + DESTINATON=$(cygpath -u "${GITHUB_WORKSPACE}")/geany_build + cd .geany_source + VERSION=$(autom4te --no-cache --language=Autoconf-without-aclocal-m4 --trace AC_INIT:\$2 configure.ac) + NOCONFIGURE=1 ./autogen.sh + export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'} Ah… ok found https://github.com/msys2/MINGW-packages/issues/16836, I guess if it's still need, it's still needed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1408#discussion_r2150881776 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1408/review/2933510...@github.com>