diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-01-15 10:51:22 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-01-15 10:53:44 +0100 |
commit | 0894eff5d9f5e904e23f1e582616af9e8b9772cc (patch) | |
tree | a269ccb8cb28e0862c0c42ba9bb36e509cf01aea /.github/workflows/ci.yml | |
parent | 9a5e3635ead77e7777ef44779548f1cd3c7ef805 (diff) | |
download | sciteco-0894eff5d9f5e904e23f1e582616af9e8b9772cc.tar.gz |
fixed CI builds on Windows
* Autotools are apparently no longer preinstalled or part of base-devel.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0566cc..c21a7ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: - name: Install Build Dependencies run: > pacman -S --noconfirm --needed - base-devel mingw-w64-i686-toolchain + base-devel autotools mingw-w64-i686-toolchain mingw-w64-i686-glib2 mingw-w64-i686-pdcurses groff mingw-w64-i686-doxygen |