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:
30
30
php_ver_target : 8.0.19
31
31
32
32
install :
33
+ - choco install sqlite --params "/NoTools"
33
34
- ps : Set-Service wuauserv -StartupType Manual
34
35
- IF EXIST C:\tools\php (SET PHP=1) # Checks for the PHP install being cached
35
36
- IF %PHP%==0 cinst --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version %php_ver_target%
@@ -48,6 +49,7 @@ install:
48
49
- IF %PHP%==0 echo extension=php_mysqli.dll >> php.ini
49
50
- IF %PHP%==0 echo extension=php_curl.dll >> php.ini
50
51
- IF %PHP%==0 echo extension=php_pdo_mysql.dll >> php.ini
52
+ - echo extension=php_pdo_sqlite.dll >> php.ini
51
53
- IF %PHP%==0 echo @php %%~dp0composer.phar %%* > composer.bat
52
54
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer-stable.phar
53
55
- del composer.phar
You can’t perform that action at this time.
0 commit comments