Skip to content

Commit

Permalink
Fix github action composer cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Nov 18, 2024
1 parent 48ee720 commit 73e8a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Cache composer dependencies
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.stdout }}
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-${{ matrix.php-versions }}-composer-

Expand Down

0 comments on commit 73e8a3b

Please sign in to comment.