Skip to content

Commit

Permalink
CI mac/win: pkg-config installation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 20, 2023
1 parent 8397dd0 commit a572c66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
# actions:

- name: Set PKG_CONFIG_PATH for the ICU library
run: |
echo PKG_CONFIG_PATH="$(brew --prefix)/opt/icu4c/lib/pkgconfig" >> "${GITHUB_ENV}"
- name: ⏬ Install stack
run: |
mkdir -p ~/.local/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install the icu library
run: |
./stack exec -- pacman -S --noconfirm "mingw-w64-x86_64-icu"
./stack exec -- pacman -S --noconfirm mingw-w64-x86_64-icu mingw-w64-x86_64-pkgconf
- name: 📸 Build Snapshot
run: |
Expand Down

0 comments on commit a572c66

Please sign in to comment.