We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bb694 commit 143094fCopy full SHA for 143094f
run-conan.sh
@@ -38,7 +38,7 @@ function debug() {
38
# 0. Initialize: set globals and install conan and ninja
39
set -exo pipefail
40
41
-if [[ "$RUNNER_OS" == "Linux" && -v "$CI" ]]; then
+if [[ "$RUNNER_OS" == "Linux" && -n "$CI" ]]; then
42
echo "Linux - CI"
43
cache_dir=/conan-cache
44
elif [[ "$RUNNER_OS" == "Linux" && -z "$CI" ]]; then
0 commit comments