Skip to content

Commit

Permalink
Merge branch '3.9.x' into 3.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Nov 15, 2024
2 parents bb23c9d + 232fd06 commit 643e28c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ init:

## Install PHP and composer, and run the appropriate composer command
install:
- sc config wuauserv start=auto
- net start wuauserv
- ps: |
# Check if installation is cached
if (!(Test-Path c:\tools\php)) {
appveyor-retry choco install --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version 7.4.27
appveyor-retry choco install --no-progress --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version 7.4.27
# install sqlite
appveyor-retry choco install -y sqlite
appveyor-retry choco install --no-progress -y sqlite
Get-ChildItem -Path c:\tools\php
cd c:\tools\php
Expand Down

0 comments on commit 643e28c

Please sign in to comment.