Explorar o código

fix(action): change exit code to 0 when ccache is not installed

TheWildJames hai 4 meses
pai
achega
e7146ba6e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/actions/cache-stats/action.yml

+ 1 - 1
.github/actions/cache-stats/action.yml

@@ -29,7 +29,7 @@ runs:
           echo "ccache is installed"
         else
           echo "ccache not installed, exiting"
-          exit 1
+          exit 0
         fi
         STATS="$(ccache -s)"