File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments