Skip to content

Commit b04a4f6

Browse files
committed
Fix CI: Add PCRE system dependencies for pcre-light package
1 parent 926470c commit b04a4f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
needs: ormolu
1313
steps:
1414
- uses: actions/checkout@v4
15+
16+
# Install system dependencies
17+
- name: Install system dependencies
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install -y libpcre3 libpcre3-dev
21+
1522
- uses: haskell-actions/setup@v2
1623
with:
1724
enable-stack: true

0 commit comments

Comments
 (0)