Skip to content

Commit a164971

Browse files
committed
CI: Add "tree" to Cygwin build dependencies for better build diagnostics
1 parent a429363 commit a164971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gnu-legacy-toolchain_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
# Cygwin-official Action: https://github.com/marketplace/actions/install-cygwin-action
3131
# ** NOTE **: On Cygwin, need to create a symlink for libtermcap.a -> libncurses.a
3232
# - https://superuser.com/a/1020342
33-
CYGWIN_BUILD_DEPENDS: git autoconf automake m4 make binutils gcc-core gcc-g++ gcc-objc bison flex libtool gawk gettext gettext-devel gettext-debuginfo texinfo file libisl-devel libncurses-devel dejagnu stow
33+
CYGWIN_BUILD_DEPENDS: git autoconf automake m4 make binutils gcc-core gcc-g++ gcc-objc bison flex libtool gawk gettext gettext-devel gettext-debuginfo texinfo file libisl-devel libncurses-devel dejagnu stow tree
3434
CYGWIN_GCC44_BUILD_DEPENDS: libglib2.0-devel libgmp-devel libmpfr-devel libmpc-devel zip unzip
3535
# Cygwin lacks packages for Mono, so the "gcc44" toolchain set is unsupported unless Mono is built and installed manually
3636
CYGWIN_GCC44_MISSING_DEPENDS: mono-runtime libmono-2.0-devel

0 commit comments

Comments
 (0)