Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Sep 25, 2024
1 parent e9ebaa9 commit 250ebf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ runs:
- name: Setup cache environment
id: extcache
uses: shivammathur/cache-extensions@v1
if: inputs.php-extensions == true
with:
php-version: ${{ inputs.php-version }}
extensions: ${{ inputs.php-extensions }}
key: php-extensions-${{ steps.get-cache-hash.outputs.hash }}

- name: Cache extensions
uses: actions/cache@v4
if: inputs.php-extensions == true
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/laravel-pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ./.github/actions/setup
with:
php-version: '8.3'
php-extensions: none
php-extensions: ''

- name: Install Laravel Pint
run: composer global require laravel/pint
Expand Down

0 comments on commit 250ebf3

Please sign in to comment.