Skip to content

Commit

Permalink
Fix CI, vol. 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavsvejcar committed Aug 1, 2024
1 parent 39ccdb3 commit 1d0cebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +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
ln -s /opt/homebrew/Cellar/pcre/8.45/include/pcre.h /Library/Developer/CommandLineTools/usr/include/pcre.h
- name: Freeze
run: |
Expand Down

0 comments on commit 1d0cebe

Please sign in to comment.