We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f49b8 commit a4a3677Copy full SHA for a4a3677
.github/workflows/cmake-directxtex.yml
@@ -75,7 +75,7 @@ jobs:
75
./vcpkg/vcpkg.exe install directx-headers --allow-unsupported --triplet ${{ matrix.vcpkg-triplet }}
76
./vcpkg/vcpkg.exe install directxmath --allow-unsupported --triplet ${{ matrix.vcpkg-triplet }}
77
./vcpkg/vcpkg.exe install libpng --triplet ${{ matrix.vcpkg-triplet }}
78
- ./vcpkg/vcpkg.exe install libjpeg --triplet ${{ matrix.vcpkg-triplet }}
+ ./vcpkg/vcpkg.exe install libjpeg-turbo --triplet ${{ matrix.vcpkg-triplet }}
79
./vcpkg/vcpkg.exe install openexr --triplet ${{ matrix.vcpkg-triplet }}
80
81
- name: Configure cimgui with CMake for ARM64 on Linux
0 commit comments