From c370522805286aa8ed643b3beaa3472ae7e41533 Mon Sep 17 00:00:00 2001 From: gmweaver Date: Wed, 5 Jun 2024 10:30:42 -0700 Subject: [PATCH] fix yum install --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c4d2325..9e78fb6 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -24,7 +24,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: - CIBW_BEFORE_ALL_LINUX: yum install autoconf automake curl libtool sudo + CIBW_BEFORE_ALL_LINUX: yum install -y autoconf automake curl libtool sudo CIBW_BEFORE_ALL_MACOS: brew install autoconf automake curl libtool pkg-config - uses: actions/upload-artifact@v4