diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eb64e6c..a27afac2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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