diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b887f53..bdffe13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,9 @@ jobs: with: submodules: true - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 + with: + python-version: "3.x" - name: Prepare CMake config run: cmake -S . -B build -DCLI11_SINGLE_FILE=ON