mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-04-24 09:29:02 -05:00
Stop brew installing pkg-config as part of the mac release workflow.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user