Skip to content

Commit 143094f

Browse files
authored
Update run-conan.sh
1 parent 56bb694 commit 143094f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-conan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function debug() {
3838
# 0. Initialize: set globals and install conan and ninja
3939
set -exo pipefail
4040

41-
if [[ "$RUNNER_OS" == "Linux" && -v "$CI" ]]; then
41+
if [[ "$RUNNER_OS" == "Linux" && -n "$CI" ]]; then
4242
echo "Linux - CI"
4343
cache_dir=/conan-cache
4444
elif [[ "$RUNNER_OS" == "Linux" && -z "$CI" ]]; then

0 commit comments

Comments
 (0)