Skip to content

Commit

Permalink
fix: Simplify Mac OS dependency install and clear warning
Browse files Browse the repository at this point in the history
Installing pkg-config led to the following warning for each macOS pipeline:
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Additionally, we have support for any OpenSSL version, so don't force v1.1.
  • Loading branch information
Geod24 committed Dec 31, 2024
1 parent 7f7fe5e commit 0e7efe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
run: |
# We need to install GNU utils as the test-suite scripts expect it.
# Without them we may get slightly different behavior in tests and hard-to-track failures
brew install pkg-config coreutils diffutils
echo "PKG_CONFIG_PATH=/usr/local/opt/[email protected]/lib/pkgconfig/" >> $GITHUB_ENV
brew install coreutils diffutils
- name: '[Linux] Install dependencies'
if: runner.os == 'Linux'
Expand Down

0 comments on commit 0e7efe8

Please sign in to comment.