Skip to content

Commit f662b4c

Browse files
authored
Merge pull request #158 from platformsh/hotfix/always-download-ca-cert
Always download the latest CA cert when building Windows
2 parents dcde1e9 + 43e4625 commit f662b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ internal/legacy/archives/php_windows.zip:
5353
mkdir -p internal/legacy/archives
5454
wget https://windows.php.net/downloads/releases/php-$(PHP_VERSION)-nts-Win32-vs16-x64.zip -O internal/legacy/archives/php_windows.zip
5555

56+
.PHONY: internal/legacy/archives/cacert.pem
5657
internal/legacy/archives/cacert.pem:
5758
mkdir -p internal/legacy/archives
5859
wget https://curl.se/ca/cacert.pem -O internal/legacy/archives/cacert.pem

0 commit comments

Comments
 (0)