summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2022-01-19 23:47:17 +0100
committerOneric <oneric@oneric.stub>2022-01-20 00:25:08 +0100
commit06e48f1828bae0ffaa9021327bf040ab3fd69d46 (patch)
treee332963d98fb55f64263c256a76b79d6304931b7
parent0d170d9a1d7e7fee948141eac988c1e6391dfc62 (diff)
downloadlibass-06e48f1828bae0ffaa9021327bf040ab3fd69d46.tar.bz2
libass-06e48f1828bae0ffaa9021327bf040ab3fd69d46.tar.xz
ci/gha: update name of MSys2's libtool-package
There no longer are any prefixed libtool-packages in MSys2's repo.
-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:*)