Skip to content

Commit

Permalink
add 'xcode-select --install' in MacOS ci-conan
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavlov00 committed Nov 14, 2024
1 parent 1d1ac72 commit dc53154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Install MacOS packages
if: matrix.os == 'macos-latest'
run: |
xcode-select --install
brew install postgresql
brew install libiconv # https://stackoverflow.com/questions/57734434/libiconv-or-iconv-undefined-symbol-on-mac-osx
Expand Down

0 comments on commit dc53154

Please sign in to comment.