Skip to content

Commit 96b20d8

Browse files
committed
Set MAGICK_CONFIGURE_PATH
1 parent 0c7f30f commit 96b20d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: extension/BuildPhpExtension/private/Invoke-Tests.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Function Invoke-Tests {
1919
$env:TEST_PHP_EXECUTABLE = "$php_dir\php.exe"
2020
$env:REPORT_EXIT_STATUS = 1
2121
$env:XDEBUG_MODE = ""
22+
$env:MAGICK_CONFIGURE_PATH = "$currentDirectory\..\deps\bin"
2223
$tempOriginal = $env:TEMP
2324
Get-TempFiles
2425
$type='extension'

0 commit comments

Comments
 (0)