Skip to content

Commit d88332b

Browse files
authored
Fix(ci): Cleanup macOS pre-installed libraries (#1670)
1 parent b03586a commit d88332b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
minimal: false
3838
# enable IOG-full flavour to bring in all the crypto libraries we need.
3939
iog-full: true
40+
- name: "macOS: clean up pre-installed libraries"
41+
if: runner.os == 'macOS'
42+
# Homebrew's icu4c conflics with Nix's
43+
run: |
44+
brew uninstall --ignore-dependencies icu4c
4045
- name: cache cabal
4146
uses: actions/cache@v3
4247
with:

0 commit comments

Comments
 (0)