Skip to content

Commit 0561bc4

Browse files
committed
Add MSYS2 setup for Windows CI since pacman isn't found
1 parent dc803d0 commit 0561bc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Checkout the repository
3434
uses: actions/checkout@v4
3535

36+
- uses: msys2/setup-msys2@v2
37+
if: runner.os == 'Windows'
38+
3639
- name: Set up Haskell
3740
id: setup-haskell
3841
uses: haskell-actions/setup@v2

0 commit comments

Comments
 (0)