Skip to content

Commit

Permalink
Use preinstalled pkg-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Nov 22, 2024
1 parent f6ee4c4 commit 165731d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'macos-') == true }}
run: |
set -e pipefail
brew install automake pkg-config
brew install automake
- name: 'Configure libtiledb'
id: configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# v4 uses node 20 which is incompatible with the libc version of the manylinux image
uses: actions/checkout@v3
- name: 'Homebrew setup'
run: brew install automake pkg-config ninja
run: brew install automake ninja
if: ${{ startsWith(matrix.os, 'macos-') == true }}
- name: Export GitHub Actions cache variables
uses: actions/github-script@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: 'Homebrew setup'
run: brew install automake pkg-config
run: brew install automake
if: ${{ startsWith(matrix.os, 'macos-') }}

- name: Install Ninja
Expand Down

0 comments on commit 165731d

Please sign in to comment.