Skip to content

Commit db57843

Browse files
authored
Update ci.yml
1 parent 41b5403 commit db57843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
CIBW_ARCHS_LINUX: x86_64 aarch64
4747
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
4848
CIBW_BEFORE_ALL_LINUX: >-
49-
yum groupinstall "Development tools"
50-
&& yum install openldap-devel python-devel
49+
yum -y groupinstall "Development tools"
50+
&& yum -y install openldap-devel python-devel
5151
- name: Upload a Build Artifact
5252
uses: actions/upload-artifact@v3
5353
with:

0 commit comments

Comments
 (0)