Skip to content

Commit 80d71b1

Browse files
committed
fix_ci_cmake_pkg
1 parent 55bf86c commit 80d71b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cmake-pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cmake --build build --config Release
2626
cmake --install build --prefix "$PREFIX" --config Release
2727
28-
export LLAMA_CONFIG="$PREFIX"/lib/cmake/llama/llama-config.cmake
28+
export LLAMA_CONFIG="$PREFIX"/share/cmake/llama/llama-config.cmake
2929
tclsh <<'EOF'
3030
set build(commit) [string trim [exec git rev-parse --short HEAD]]
3131
set build(number) [string trim [exec git rev-list --count HEAD]]
@@ -47,5 +47,5 @@ jobs:
4747
EOF
4848
4949
cd examples/simple-cmake-pkg
50-
cmake -S . -B build -DCMAKE_PREFIX_PATH="$PREFIX"/lib/cmake
50+
cmake -S . -B build -DCMAKE_PREFIX_PATH="$PREFIX"/share/cmake
5151
cmake --build build

0 commit comments

Comments
 (0)