Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
od: Fix GitHub CI cache key variables syntax
`${ { ... } }` is not the same as `${{ ... }}`. It was being interpreted literally when logging, resulting in a non-informative message, such as: Cache restored from key: ${ { matrix.config.name } }-ccache-${ { steps.ccache_cache_timestamp.outputs.timestamp } } Signed-off-by: Gleb Mazovetskiy <[email protected]>
- Loading branch information