Skip to content

Commit b46803e

Browse files
committed
CI: Remove "clean up" macOS workflow step
GitHub macOS runners no longer seem to have icu4c pre-installed
1 parent 261cabf commit b46803e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/haskell.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
minimal: false
4444
# enable IOG-full flavour to bring in all the crypto libraries we need.
4545
iog-full: true
46-
- name: "macOS: clean up pre-installed libraries"
47-
if: runner.os == 'macOS'
48-
# Homebrew's icu4c conflics with Nix's
49-
run: |
50-
brew uninstall --ignore-dependencies icu4c
5146
- name: cache cabal
5247
uses: actions/cache@v3
5348
with:

0 commit comments

Comments
 (0)