File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239239 - name : Test installed MSVC package with clang-cl
240240 working-directory : ${{ github.workspace }}
241241 run : |
242- cmake dlib/cmake_utils/test_for_dlib_config -B "${{ runner.temp }}/dlib-package-consumer-clang-cl" -G "Visual Studio 17 2022" - T ClangCL -Ddlib_DIR="${{ runner.temp }}/dlib-package-install/lib/cmake/dlib" -DDLIB_CONFIG_TEST_EXPECT_AVX=ON
242+ cmake dlib/cmake_utils/test_for_dlib_config -B "${{ runner.temp }}/dlib-package-consumer-clang-cl" -T ClangCL -Ddlib_DIR="${{ runner.temp }}/dlib-package-install/lib/cmake/dlib" -DDLIB_CONFIG_TEST_EXPECT_AVX=ON
243243 cmake --build "${{ runner.temp }}/dlib-package-consumer-clang-cl" --config Release --parallel 4
244244
245245 # Disable this because macos targets aren't working on github actions right now.
You can’t perform that action at this time.
0 commit comments