Skip to content

Commit 3925229

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

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/haskell.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ 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+
/usr/bin/pacman --noconfirm -S mingw-w64-x86_64-protobuf mingw-w64-x86_64-snappy
110+
popd
109111
110112
- uses: actions/checkout@v4
111113

@@ -239,11 +241,11 @@ jobs:
239241
# to restore the original path. Do note that some test might need msys2
240242
# and will silently fail if msys2 is not in path. See the "Run tests" step.
241243
#
242-
# - name: Setup tmate session
243-
# if: ${{ failure() }}
244-
# uses: mxschmitt/action-tmate@v3
245-
# with:
246-
# limit-access-to-actor: true
244+
- name: Setup tmate session
245+
if: ${{ failure() }}
246+
uses: mxschmitt/action-tmate@v3
247+
with:
248+
limit-access-to-actor: true
247249

248250
build-complete:
249251
needs: [build]

0 commit comments

Comments
 (0)