We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a8ea0 commit c43db52Copy full SHA for c43db52
.github/workflows/haskell.yml
@@ -105,7 +105,11 @@ jobs:
105
if: runner.os == 'Windows'
106
run: |
107
set -x
108
- /usr/bin/pacman --noconfirm -S mingw-w64-snappy mingw-w64-protobuf
+ 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
113
114
- uses: actions/checkout@v4
115
0 commit comments