Skip to content

Commit

Permalink
GitHub CI: add missing setuptools on macOS; it needs python@3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Mar 10, 2024
1 parent 19330ec commit e9a7409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Install dependencies (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install autoconf automake help2man python cython flex texinfo gperf groff gnu-tar
brew install autoconf automake help2man python@3.12 python-setuptools cython flex texinfo gperf groff gnu-tar
# Prepend optional brew binary directories to PATH
echo "/usr/local/opt/gnu-tar/libexec/gnubin:/usr/local/opt/flex/bin:/usr/local/opt/m4/bin:/usr/local/opt/texinfo/bin:/usr/local/opt/gettext/bin:/usr/local/opt/cython/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$(brew --prefix)/opt/flex/bin:$(brew --prefix)/opt/m4/bin:$(brew --prefix)/opt/texinfo/bin:$(brew --prefix)/opt/gettext/bin:$(brew --prefix)/opt/python@3.12/libexec/bin:$(brew --prefix)/opt/cython/bin" >> $GITHUB_PATH
- name: Set up environment (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
# FIXME: ASAN
Expand Down

0 comments on commit e9a7409

Please sign in to comment.