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
  • Loading branch information
jwatson0 committed Feb 13, 2024
1 parent ffd2d58 commit a855d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build-slm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ ls slm

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

# upload conan package
Expand Down

0 comments on commit a855d51

Please sign in to comment.