Skip to content

Commit 74adce4

Browse files
authored
chore(Windows CI): update libx265 file's version (#421)
Signed-off-by: Alexander Piskun <[email protected]>
1 parent c47c306 commit 74adce4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/analysis-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
Get-ChildItem -Path $Env:MSYS2_PREFIX/bin -Force | Format-List
241241
cp ${{ env.MSYS2_PREFIX }}/bin/libheif.dll $site_packages/
242242
cp ${{ env.MSYS2_PREFIX }}/bin/libde265-0.dll $site_packages/
243-
cp ${{ env.MSYS2_PREFIX }}/bin/libx265-215.dll $site_packages/
243+
cp ${{ env.MSYS2_PREFIX }}/bin/libx265-216.dll $site_packages/
244244
cp ${{ env.MSYS2_PREFIX }}/bin/libaom.dll $site_packages/
245245
cp ${{ env.MSYS2_PREFIX }}/bin/libwinpthread-1.dll $site_packages/
246246
cp ${{ env.MSYS2_PREFIX }}/bin/libgcc_s_seh-1.dll $site_packages/

.github/workflows/test-src-build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
Get-ChildItem -Path $Env:MSYS2_PREFIX/bin -Force | Format-List
6868
cp ${{ env.MSYS2_PREFIX }}/bin/libheif.dll $site_packages/
6969
cp ${{ env.MSYS2_PREFIX }}/bin/libde265-0.dll $site_packages/
70-
cp ${{ env.MSYS2_PREFIX }}/bin/libx265-215.dll $site_packages/
70+
cp ${{ env.MSYS2_PREFIX }}/bin/libx265-216.dll $site_packages/
7171
cp ${{ env.MSYS2_PREFIX }}/bin/libwinpthread-1.dll $site_packages/
7272
cp ${{ env.MSYS2_PREFIX }}/bin/libgcc_s_seh-1.dll $site_packages/
7373
cp ${{ env.MSYS2_PREFIX }}/bin/libstdc++-6.dll $site_packages/

.github/workflows/wheels-pillow_heif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
Get-ChildItem -Path $Env:MSYS2_PREFIX/bin -Force | Format-List
8282
${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libheif.dll
8383
${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libde265-0.dll
84-
${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libx265-215.dll
84+
${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libx265-216.dll
8585
${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libwinpthread-1.dll
8686
${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libgcc_s_seh-1.dll
8787
${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libstdc++-6.dll

0 commit comments

Comments
 (0)