Skip to content

Commit

Permalink
inline key
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jan 24, 2023
1 parent caea777 commit cc8e6cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ jobs:
env:
php-version: '8.1'
extensions: json,couchbase,memcached,mongodb,redis,xsl,ldap,dom
key: cache-v1 # can be any string, change to clear the extension cache.
steps:
- name: Setup cache environment
id: extcache
uses: shivammathur/cache-extensions@v1
with:
php-version: ${{ env.php-version }}
extensions: ${{ env.extensions }}
key: ${{ env.key }}
key: cache-v1 # can be any string, change to clear the extension cache.

- name: Cache extensions
uses: actions/cache@v3
Expand Down

0 comments on commit cc8e6cf

Please sign in to comment.