Skip to content

Commit 020e38a

Browse files
authored
Update run-conan.sh
1 parent 2ca0ea7 commit 020e38a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run-conan.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ function debug() {
3939
set -exo pipefail
4040

4141
if [[ "$RUNNER_OS" == "Linux" && "$CI" == "true" ]]; then
42-
# Linux - Local CI
42+
echo "Linux - CI"
4343
cache_dir=/conan-cache
4444
elif [[ "$RUNNER_OS" == "Linux" && -z "$CI" ]]; then
4545
# Linux - Plain local build
46+
echo "Linux - Plain local build"
4647
cache_dir=/tmp/conan-cache
4748
else
4849
# Others
50+
echo "MacOS or Windows - CI build"
4951
cache_dir=$WORKSPACE/conan-cache
5052
fi
5153

0 commit comments

Comments
 (0)