diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 22cd2099..1a933794 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -237,7 +237,7 @@ jobs: Get-ChildItem -Path $Env:MSYS2_PREFIX/bin -Force | Format-List cp ${{ env.MSYS2_PREFIX }}/bin/libheif.dll $site_packages/ cp ${{ env.MSYS2_PREFIX }}/bin/libde265-0.dll $site_packages/ - cp ${{ env.MSYS2_PREFIX }}/bin/libx265-209.dll $site_packages/ + cp ${{ env.MSYS2_PREFIX }}/bin/libx265-215.dll $site_packages/ cp ${{ env.MSYS2_PREFIX }}/bin/libaom.dll $site_packages/ cp ${{ env.MSYS2_PREFIX }}/bin/libwinpthread-1.dll $site_packages/ cp ${{ env.MSYS2_PREFIX }}/bin/libgcc_s_seh-1.dll $site_packages/ diff --git a/.github/workflows/test-src-build-windows.yml b/.github/workflows/test-src-build-windows.yml index d09e16e1..3604bfc6 100644 --- a/.github/workflows/test-src-build-windows.yml +++ b/.github/workflows/test-src-build-windows.yml @@ -47,6 +47,7 @@ jobs: - uses: msys2/setup-msys2@v2 with: location: C:/temp + update: true install: >- mingw-w64-x86_64-binutils @@ -66,7 +67,7 @@ jobs: Get-ChildItem -Path $Env:MSYS2_PREFIX/bin -Force | Format-List cp ${{ env.MSYS2_PREFIX }}/bin/libheif.dll $site_packages/ cp ${{ env.MSYS2_PREFIX }}/bin/libde265-0.dll $site_packages/ - cp ${{ env.MSYS2_PREFIX }}/bin/libx265-209.dll $site_packages/ + cp ${{ env.MSYS2_PREFIX }}/bin/libx265-215.dll $site_packages/ cp ${{ env.MSYS2_PREFIX }}/bin/libaom.dll $site_packages/ cp ${{ env.MSYS2_PREFIX }}/bin/libwinpthread-1.dll $site_packages/ cp ${{ env.MSYS2_PREFIX }}/bin/libgcc_s_seh-1.dll $site_packages/ diff --git a/.github/workflows/wheels-pillow_heif.yml b/.github/workflows/wheels-pillow_heif.yml index 33ec5eba..1eb7daf0 100644 --- a/.github/workflows/wheels-pillow_heif.yml +++ b/.github/workflows/wheels-pillow_heif.yml @@ -71,7 +71,7 @@ jobs: Get-ChildItem -Path $Env:MSYS2_PREFIX/bin -Force | Format-List ${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libheif.dll ${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libde265-0.dll - ${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libx265-209.dll + ${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libx265-215.dll ${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libaom.dll ${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libwinpthread-1.dll ${{ env.MSYS2_PREFIX }}/bin/strip -s -v ${{ env.MSYS2_PREFIX }}/bin/libgcc_s_seh-1.dll