diff --git a/.github/workflows/castro-development.yml b/.github/workflows/castro-development.yml index e48d5d4614..dcbfe32cad 100644 --- a/.github/workflows/castro-development.yml +++ b/.github/workflows/castro-development.yml @@ -32,7 +32,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/ccache - key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} + key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}-development restore-keys: | ccache-${{ github.workflow }}-${{ github.job }}-git- - name: Build flame_wave