File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ environment:
3030 php_ver_target : 8.0.19
3131
3232install :
33+ - choco install sqlite --params "/NoTools"
3334 - ps : Set-Service wuauserv -StartupType Manual
3435 - IF EXIST C:\tools\php (SET PHP=1) # Checks for the PHP install being cached
3536 - IF %PHP%==0 cinst --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version %php_ver_target%
@@ -48,6 +49,7 @@ install:
4849 - IF %PHP%==0 echo extension=php_mysqli.dll >> php.ini
4950 - IF %PHP%==0 echo extension=php_curl.dll >> php.ini
5051 - IF %PHP%==0 echo extension=php_pdo_mysql.dll >> php.ini
52+ - echo extension=php_pdo_sqlite.dll >> php.ini
5153 - IF %PHP%==0 echo @php %%~dp0composer.phar %%* > composer.bat
5254 - appveyor-retry appveyor DownloadFile https://getcomposer.org/composer-stable.phar
5355 - del composer.phar
You can’t perform that action at this time.
0 commit comments