Skip to content

Commit

Permalink
GitHub CI: add missing setuptools on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Mar 10, 2024
1 parent 19330ec commit 35f29bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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 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
- name: Set up environment (Ubuntu)
Expand Down

0 comments on commit 35f29bf

Please sign in to comment.