We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623fa3c commit 56bb694Copy full SHA for 56bb694
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" && "$CI" == "true" ]]; then
+if [[ "$RUNNER_OS" == "Linux" && -v "$CI" ]]; then
42
echo "Linux - CI"
43
cache_dir=/conan-cache
44
elif [[ "$RUNNER_OS" == "Linux" && -z "$CI" ]]; then
0 commit comments