Skip to content

Commit

Permalink
ci/build-slm.sh: detect conan profile if needed before creating conan…
Browse files Browse the repository at this point in the history
… package (3)
  • Loading branch information
jwatson0 committed Feb 13, 2024
1 parent c0e764f commit 0ce0a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-slm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ls slm

# create conan package
export SLM_ROOT_DIR=$PWD
CH=${CONAN_HOME:-$HOME/.conan2}
CH=${CONAN_HOME:-$PWD/.conan2}
[ ! -e "${CH}/profiles/default" ] && conan profile detect
conan create .

Expand Down

0 comments on commit 0ce0a74

Please sign in to comment.