Skip to content

Commit c43db52

Browse files
committed
Manually install windows deps
1 parent a3a8ea0 commit c43db52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ jobs:
105105
if: runner.os == 'Windows'
106106
run: |
107107
set -x
108-
/usr/bin/pacman --noconfirm -S mingw-w64-snappy mingw-w64-protobuf
108+
pushd /tmp
109+
curl -O https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-protobuf-31.0-1-any.pkg.tar.zst
110+
curl -O https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-snappy-1.2.2-2-any.pkg.tar.zst
111+
/usr/bin/pacman --noconfirm -U mingw-w64-x86_64-protobuf-31.0-1-any.pkg.tar.zst mingw-w64-x86_64-snappy-1.2.2-2-any.pkg.tar.zst
112+
popd
109113
110114
- uses: actions/checkout@v4
111115

0 commit comments

Comments
 (0)