Stop brew installing pkg-config as part of the mac release workflow.

This commit is contained in:
Sebastian Jeltsch
2024-11-24 10:45:38 +01:00
parent bf439d6ab9
commit 0643c85448
+2 -2
View File
@@ -67,7 +67,7 @@ jobs:
submodules: 'true'
- name: Install Dependencies
run: |
brew update && brew install pkg-config protobuf sqlite
brew update && brew install protobuf sqlite
- uses: pnpm/action-setup@v4
with:
@@ -100,7 +100,7 @@ jobs:
submodules: 'true'
- name: Install Dependencies
run: |
brew update && brew install pkg-config protobuf sqlite
brew update && brew install protobuf sqlite
- uses: pnpm/action-setup@v4
with: