🌐 AI搜索 & 代理 主页
Skip to content

Commit a6313d1

Browse files
thecaliskanmichael-grunder
authored andcommitted
fixed "tee: /opt/homebrew/etc/php/8.5/conf.d/90-redis.ini: No such file or directory"
1 parent ac54591 commit a6313d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

��.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ jobs:
253253
phpize
254254
./configure --enable-redis-lzf --enable-redis-zstd --enable-redis-igbinary --enable-redis-msgpack --enable-redis-lz4 --with-liblz4
255255
sudo make install
256+
sudo mkdir -p "$(php-config --ini-dir)"
256257
echo 'extension = redis.so' | sudo tee -a "$(php-config --ini-dir)/90-redis.ini"
257258
258259
windows:

0 commit comments

Comments
 (0)