Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 23, 2024
1 parent 4cdfa81 commit b07f727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@ jobs:
if [[ "${cling_on}" == "ON" ]]; then
#FIXME: Currently Cling directory not found if using cache, so cloning again, until reason why is found.
USING_CACHE = ${{ steps.cache.outputs.cache-hit }}
USING_CACHE = $(echo "${{ steps.cache.outputs.cache-hit }}" | tr '[:lower:]' '[:upper:]' )
echo $USING_CACHE
if [[ USING_CACHE == 'true' ]]; then
git clone https://github.com/root-project/cling.git
cd ./cling
Expand Down

0 comments on commit b07f727

Please sign in to comment.