diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5940371..6b2246b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,4 +76,4 @@ jobs: shell: bash run: | sccache --show-stats - sccache --show-stats | grep "Compile requests" | grep 1 | grep '' + sccache --show-stats | grep "Compile requests executed" | grep 1 | grep ''