diff --git a/.github/workflow_scripts/utils.sh b/.github/workflow_scripts/utils.sh index c82c438c7b..33372cae86 100644 --- a/.github/workflow_scripts/utils.sh +++ b/.github/workflow_scripts/utils.sh @@ -1,7 +1,7 @@ #!/bin/bash # By default, all builds are cached -DISABLE_CACHE=true # Eg. 'true' or 'false' +DISABLE_CACHE=false # Eg. 'true' or 'false' # Function to measure command execution time