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 (2)
  • Loading branch information
jwatson0 committed Feb 13, 2024
1 parent a855d51 commit c0e764f
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 @@ -84,7 +84,7 @@ ls slm
# create conan package
export SLM_ROOT_DIR=$PWD
CH=${CONAN_HOME:-$HOME/.conan2}
[ -e "${CH}/profiles/default" ] && conan profile detect
[ ! -e "${CH}/profiles/default" ] && conan profile detect
conan create .

# upload conan package
Expand Down

0 comments on commit c0e764f

Please sign in to comment.