summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ghci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index d6cf777..d9e84bc 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -100,8 +100,8 @@ jobs:
windows-*)
pre="${{ matrix.package_prefix }}"
pacman --noconfirm -S \
- automake autoconf nasm make \
- $pre-libtool $pre-pkg-config $pre-gcc \
+ automake autoconf libtool nasm make \
+ $pre-pkg-config $pre-gcc \
$pre-fribidi $pre-freetype $pre-harfbuzz $pre-fontconfig
;;
alpine:*)