Skip to content

Commit

Permalink
trying to hash the JSON instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Aug 31, 2023
1 parent fcac0b3 commit 0985361
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-php-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

- name: 🔢 Install dependencies
id: composer-dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress

# GitHub Actions are pretty useless, while the `client_secret` is being stripped out.
Expand Down

0 comments on commit 0985361

Please sign in to comment.