From d4484e01844760d86eb7f5f23ed5f07fc483e529 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Wed, 4 Dec 2024 12:32:32 +0000 Subject: [PATCH] ci: use gtk2hs recommended windows deps --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a560a3..f254617 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,9 @@ jobs: with: path-type: inherit install: >- - mingw-w64-x86_64-pkg-config + mingw64/mingw-w64-x86_64-pkg-config + mingw64/mingw-w64-x86_64-gobject-introspection + mingw-w64-x86_64-glib2 mingw-w64-x86_64-gtk2 - name: Cache cabal-store uses: actions/cache@v2