Skip to content

Commit

Permalink
Merge pull request #158 from platformsh/hotfix/always-download-ca-cert
Browse files Browse the repository at this point in the history
Always download the latest CA cert when building Windows
  • Loading branch information
akalipetis authored Dec 21, 2023
2 parents dcde1e9 + 43e4625 commit f662b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ internal/legacy/archives/php_windows.zip:
mkdir -p internal/legacy/archives
wget https://windows.php.net/downloads/releases/php-$(PHP_VERSION)-nts-Win32-vs16-x64.zip -O internal/legacy/archives/php_windows.zip

.PHONY: internal/legacy/archives/cacert.pem
internal/legacy/archives/cacert.pem:
mkdir -p internal/legacy/archives
wget https://curl.se/ca/cacert.pem -O internal/legacy/archives/cacert.pem
Expand Down

0 comments on commit f662b4c

Please sign in to comment.