diff --git a/.github/workflows/python-wheel-build.yml b/.github/workflows/python-wheel-build.yml index a41332130..b732ddca3 100644 --- a/.github/workflows/python-wheel-build.yml +++ b/.github/workflows/python-wheel-build.yml @@ -37,7 +37,7 @@ jobs: git checkout mate && ./configure && make -j4 && - sudo make install && + make install && cd .. CIBW_SKIP: "*musl*" CIBW_ARCHS: "auto64"