Skip to content

Commit

Permalink
CI: enable caching switchback
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDagar committed Aug 15, 2023
1 parent c8717af commit dc56da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow_scripts/utils.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dc56da2

Please sign in to comment.