Skip to content

Commit 53cb21e

Browse files
authored
opcache config might get wrapped up in the cache
1 parent 20648f7 commit 53cb21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: echo "${{ github.workspace }}/php/bin" >> $GITHUB_PATH
6161

6262
- name: Generate OPcache configuration
63-
run: echo "opcache.enable_cli=${{ matrix.opcache }}" >> ${{ github.workspace }}/php/etc/conf.d/opcache.ini
63+
run: echo "opcache.enable_cli=${{ matrix.opcache }}" > ${{ github.workspace }}/php/etc/conf.d/opcache.ini
6464

6565
- name: Install Composer
6666
run: curl -sS https://getcomposer.org/installer | php

0 commit comments

Comments
 (0)