diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41c3c5c7cc..58daf3ee90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,6 +111,11 @@ jobs: python-version: '3.12' architecture: 'x64' + - run: | + python -m pip install setuptools + python3 -m pip install setuptools + + - name: Checkout - uses: actions/checkout@v2 with: submodules: true