Skip to content

Commit

Permalink
Fix macOS CI builds due to python setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Mar 29, 2024
1 parent c36a915 commit 98b8249
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,8 @@ jobs:
autoconf \
automake \
libtool \
nasm
# Workaround for missing distutils on macOS: https://github.com/actions/runner/issues/2958
- name: Install setuptools
run: sudo -H pip3 install setuptools
nasm \
python-setuptools
- name: Setup NuGet
run: |
Expand Down

0 comments on commit 98b8249

Please sign in to comment.