Skip to content

Commit 12c3df3

Browse files
committedJan 23, 2025·
[ci] fix: install pcre for macOS workflow
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 4909802 commit 12c3df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependency packages (jack)
4545
uses: ConorMacBride/install-package@v1
4646
with:
47-
brew: jack
47+
brew: jack pcre
4848
apt: libjack-jackd2-dev libpcre3-dev
4949
choco: jack
5050
- name: Update PATH (Windows)

0 commit comments

Comments
 (0)
Please sign in to comment.