Skip to content

Commit

Permalink
Try windows build 13
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 27, 2024
1 parent 7d40c49 commit af1cf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/php/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if(NOT COMPOSER_EXECUTABLE)
)

file(SHA256 "${COMPOSER_DOWNLOADED}" COMPOSER_DOWNLOADED_HASH)
if(NOT "${COMPOSER_DOWNLOADED_HASH}" STREQUAL "82ea8c1537cfaceb7e56f6004c7ccdf99ddafce7237c07374d920e635730a631")
if(NOT "${COMPOSER_DOWNLOADED_HASH}" STREQUAL "ee01080d632d2bbfa9c618009cca13718f36e751dda679a6009cee751c13b2d9")
message(FATAL_ERROR "Download 'composer.phar' file hash mismatch")
endif()

Expand Down

0 comments on commit af1cf16

Please sign in to comment.