Skip to content

Commit 0643c85

Browse files
committed
Stop brew installing pkg-config as part of the mac release workflow.
1 parent bf439d6 commit 0643c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
submodules: 'true'
6868
- name: Install Dependencies
6969
run: |
70-
brew update && brew install pkg-config protobuf sqlite
70+
brew update && brew install protobuf sqlite
7171
7272
- uses: pnpm/action-setup@v4
7373
with:
@@ -100,7 +100,7 @@ jobs:
100100
submodules: 'true'
101101
- name: Install Dependencies
102102
run: |
103-
brew update && brew install pkg-config protobuf sqlite
103+
brew update && brew install protobuf sqlite
104104
105105
- uses: pnpm/action-setup@v4
106106
with:

0 commit comments

Comments
 (0)