diff options
| author | John MacFarlane <[email protected]> | 2023-02-18 20:54:49 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-02-18 20:54:49 -0700 |
| commit | d1c74ae78c1e498ecf36425dcb42b10844b29df3 (patch) | |
| tree | e1d4355c61a319ff44e2f9b5d3d8437c8b7f4ab6 | |
| parent | 33cf42b78fc00bd85994640ebb3446e99488db24 (diff) | |
Install pkg-config for macos nightly.
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7a4906107..9e886f9e5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -66,6 +66,9 @@ jobs: steps: - uses: actions/checkout@v3 + # pkg-config is now needed for some cabal builds + - name: Install pkg-config + run: brew install pkg-config - name: Install dependencies run: | cabal update |
