Skip to content

Commit 9c37dfd

Browse files
authored
Update haskell.yml
1 parent b078d09 commit 9c37dfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/haskell.yml

+6
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ jobs:
128128
if: runner.os == 'Linux'
129129
run: sudo apt-get -y install autoconf automake libtool
130130

131+
# macOS doesn't come with pkg-config out of the box.
132+
- name: "MAC: Install pkg-config (brew)"
133+
if: runner.os == 'macOS'
134+
run: |
135+
brew install pkg-config
136+
131137
- name: "MAC: Install build environment (brew)"
132138
if: runner.os == 'macOS'
133139
run: |

0 commit comments

Comments
 (0)