From 778f520fa57e077faf951117230c3da61e3e5dc8 Mon Sep 17 00:00:00 2001 From: Jonas Dech Date: Wed, 4 Sep 2024 17:08:24 +0200 Subject: [PATCH] new docker image --- .github/workflows/cmake.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 49ddda0eb2..93299084ca 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -18,7 +18,7 @@ jobs: # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix runs-on: ubuntu-latest container: - image: parsely/manylinux + image: grzanka/manylinux permissions: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write @@ -31,8 +31,6 @@ jobs: # # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type # run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - - name: Install Pip - run: apt-get update && apt-get install -y python3-pip - name: Install Buildtools run: pip install setuptools build numpy