Skip to content

Commit 69d8fa7

Browse files
committed
stuff
1 parent 23cb559 commit 69d8fa7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/haskell.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,12 @@ jobs:
4949
libtool
5050
make
5151
git
52+
mingw-w64-x86_64-pkg-config
5253
mingw-w64-x86_64-toolchain
5354
mingw-w64-x86_64-libsodium
5455
mingw-w64-x86_64-cmake
5556
mingw-w64-x86_64-jq
5657
57-
- name: "WIN: Setup pkg-config"
58-
if: runner.os == 'Windows'
59-
run: |
60-
pacman --noconfirm -S mingw-w64-x86_64-pkg-config
61-
6258
- name: "LINUX,MAC: Setup haskell"
6359
if: runner.os != 'Windows'
6460
uses: haskell/actions/setup@v1

0 commit comments

Comments
 (0)