Fix broken CI syntax

This commit is contained in:
2022-03-03 15:22:15 +08:00
parent 3e0bf7c68e
commit d9706bf9cf
2 changed files with 1 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ jobs:
python3 get_cache_key.py exiv2 || exit 1
- name: Cache
id: cache
uses: actions/cache@v2
with:
path: clib/
key: ${{ runner.os }}-${{ steps.cache_key.outputs.cache_key }}