Skip to content

Commit

Permalink
CI: Only install x265 on x64, doesn't exist on arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Jul 4, 2024
1 parent c954e20 commit dc1748a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ image: Visual Studio 2022
configuration: Release
cache: c:\tools\vcpkg\installed\

matrix:
allow_failures:
- arch: arm64 # libde265 currently doesn't support arm64 on vcpkg

environment:
matrix:
- arch: x64
Expand All @@ -21,7 +17,7 @@ install:
- vcpkg install libjpeg-turbo:%arch%-windows
- vcpkg install libpng:%arch%-windows
- vcpkg install tiff:%arch%-windows
- vcpkg install x265:%arch%-windows
- ps: If (${env:arcg} -eq "x64") { vcpkg install x265:%arch%-windows }
- vcpkg install zlib:%arch%-windows
- cd c:\tools\vcpkg
- vcpkg integrate install
Expand Down

0 comments on commit dc1748a

Please sign in to comment.