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: |