Skip to content

Commit

Permalink
ci: fix phive cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jun 11, 2024
1 parent ca8ac35 commit 35a9874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/phive/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
uses: actions/[email protected]
with:
path: ${{ inputs.phive-home }}
key: phive-hashFiles('**/phars.xml')
key: phive-${{ hashFiles('**/phars.xml') }}
restore-keys: phive-

- name: ⚙️ Install dependencies with phive
Expand Down

0 comments on commit 35a9874

Please sign in to comment.