Skip to content

Commit

Permalink
Fix CI, vol. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavsvejcar committed Jul 28, 2024
1 parent a1172d2 commit 39ccdb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
if: matrix.os == 'macOS-latest'
run: |
brew install pcre
mkdir -p /Users/runner/.ghcup/ghc/9.6.6/include/include/
ln -s /opt/homebrew/Cellar/pcre/8.45/include/pcre.h /Users/runner/.ghcup/ghc/9.6.6/include/include/pcre.h
- name: Freeze
Expand Down

0 comments on commit 39ccdb3

Please sign in to comment.