From 9468be52768067a97077aaeef827f7a4a5d03597 Mon Sep 17 00:00:00 2001 From: durswd Date: Sun, 22 Dec 2024 18:12:23 +0900 Subject: [PATCH] fix --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) 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