Skip to content

Commit

Permalink
Merge pull request #47 from PatTheMav/ci-libjansson-fix
Browse files Browse the repository at this point in the history
CI: Fix missing cache revision for libjansson
  • Loading branch information
DDRBoxman authored Dec 22, 2020
2 parents f679855 + c3f162b commit a2c0cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ jobs:
id: libjansson-cache
uses: actions/[email protected]
env:
CACHE_NAME: 'libjansson'
CACHE_NAME: 'libjansson-rev2'
with:
path: ${{ github.workspace }}/CI_BUILD/jansson-${{ env.LIBJANSSON_VERSION }}
key: ${{ runner.os }}-${{ env.CACHE_NAME }}-${{ env.LIBJANSSON_VERSION }}
Expand Down

0 comments on commit a2c0cec

Please sign in to comment.