File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 4747 env :
4848 OS_PACKAGES : " fribidi-dev harfbuzz-dev jpeg-dev lcms2-dev openjpeg-dev"
4949
50+ - name : 32-bit manylinux preparations
51+ if : matrix.cibw_buildlinux == 'manylinux' && matrix.cibw_arch == 'i686'
52+ run : echo INSTALL_OS_PACKAGES="yum makecache && yum install -y $OS_PACKAGES" >> $GITHUB_ENV
53+ env :
54+ OS_PACKAGES : " libjpeg-turbo-devel lcms2-devel"
55+
5056 - uses : actions/cache@v3
5157 with :
5258 path : ${{ env.BUILD_DIR }}
@@ -113,6 +119,12 @@ jobs:
113119 env :
114120 OS_PACKAGES : " fribidi-dev harfbuzz-dev jpeg-dev lcms2-dev openjpeg-dev"
115121
122+ - name : 32-bit manylinux preparations
123+ if : matrix.cibw_buildlinux == 'manylinux' && matrix.cibw_arch == 'i686'
124+ run : echo INSTALL_OS_PACKAGES="yum makecache && yum install -y $OS_PACKAGES" >> $GITHUB_ENV
125+ env :
126+ OS_PACKAGES : " libjpeg-turbo-devel lcms2-devel"
127+
116128 - uses : actions/cache@v3
117129 with :
118130 path : ${{ env.BUILD_DIR }}
You can’t perform that action at this time.
0 commit comments