Skip to content

Commit

Permalink
ci: use gtk2hs recommended windows deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TeofilC committed Dec 4, 2024
1 parent 402fa1e commit 2f66710
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,11 @@ jobs:
uses: msys2/setup-msys2@v2
with:
path-type: inherit
update: true
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
Expand Down

0 comments on commit 2f66710

Please sign in to comment.