Skip to content

Commit cfc998f

Browse files
authoredJul 27, 2021
Disable PHP extensions cache steps
1 parent 3c1082b commit cfc998f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎.github/workflows/build-and-deploy.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ jobs:
7777
fetch-depth: 1
7878

7979
# Setup PHP
80-
- name: Setup cache environment
81-
id: extcache
82-
uses: shivammathur/cache-extensions@v1
83-
with:
84-
php-version: ${{ matrix.php }}
85-
extensions: ${{ env.PHP_EXTENSIONS }}
86-
key: "phalcon-packagecloud-v1"
87-
88-
- name: Cache extensions
89-
uses: actions/cache@v2
90-
with:
91-
path: ${{ steps.extcache.outputs.dir }}
92-
key: ${{ steps.extcache.outputs.key }}
93-
restore-keys: ${{ steps.extcache.outputs.key }}
80+
# - name: Setup cache environment
81+
# id: extcache
82+
# uses: shivammathur/cache-extensions@v1
83+
# with:
84+
# php-version: ${{ matrix.php }}
85+
# extensions: ${{ env.PHP_EXTENSIONS }}
86+
# key: "phalcon-packagecloud-v1"
87+
88+
# - name: Cache extensions
89+
# uses: actions/cache@v2
90+
# with:
91+
# path: ${{ steps.extcache.outputs.dir }}
92+
# key: ${{ steps.extcache.outputs.key }}
93+
# restore-keys: ${{ steps.extcache.outputs.key }}
9494

9595
- name: Setup PHP
9696
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)
Please sign in to comment.