From 98b8249050ffd4b74120651a6590ff09958f8b94 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Fri, 29 Mar 2024 13:33:25 -0700 Subject: [PATCH] Fix macOS CI builds due to python setuptools --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0abf611e21..6bfcfabe17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |