File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -77,20 +77,20 @@ jobs:
77
77
fetch-depth : 1
78
78
79
79
# 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 }}
94
94
95
95
- name : Setup PHP
96
96
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments