Skip to content

Commit

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

0 comments on commit 4cdfa81

Please sign in to comment.