From dc56da2ea69e6b5b2c8f18e951eda031d31c8225 Mon Sep 17 00:00:00 2001 From: Anirudh Dagar Date: Wed, 16 Aug 2023 01:09:57 +0200 Subject: [PATCH] CI: enable caching switchback --- .github/workflow_scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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