File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 88 paths : [
99 ' .github/workflows/build.yml' ,
1010 ' .github/workflows/build-linux-cross.yml' ,
11- ' .github/workflows/build-cmake-pkg.yml' ,
11+ # Disable. There are some modifications in the fork
12+ # so that ggml dynamic builds work with vcpkg.
13+ # '.github/workflows/build-cmake-pkg.yml',
1214 ' **/CMakeLists.txt' ,
1315 ' **/.cmake' ,
1416 ' **/*.h' ,
2830 paths : [
2931 ' .github/workflows/build.yml' ,
3032 ' .github/workflows/build-linux-cross.yml' ,
31- ' .github/workflows/build-cmake-pkg.yml' ,
33+ # Disable. There are some modifications in the fork
34+ # so that ggml dynamic builds work with vcpkg.
35+ # '.github/workflows/build-cmake-pkg.yml',
3236 ' **/CMakeLists.txt' ,
3337 ' **/.cmake' ,
3438 ' **/*.h' ,
@@ -601,8 +605,10 @@ jobs:
601605 build-linux-cross :
602606 uses : ./.github/workflows/build-linux-cross.yml
603607
604- build-cmake-pkg :
605- uses : ./.github/workflows/build-cmake-pkg.yml
608+ # Disable. There are some modifications in the fork
609+ # so that ggml dynamic builds work with vcpkg.
610+ # build-cmake-pkg:
611+ # uses: ./.github/workflows/build-cmake-pkg.yml
606612
607613 macOS-latest-cmake-ios :
608614 runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments