Skip to content

Commit e1d0ef2

Browse files
committed
Sledge hammer
To work around issues with DLLs we're using, but which are also in the system folder, we do `nmake snap` which (amongst other things) places our DLLs in the app folder, so these should be grabbed up first. This might take a bit long for CI, but let's see.
1 parent 56914c2 commit e1d0ef2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ if %errorlevel% neq 0 exit /b 3
5252
nmake run ARGS="-r ""var_dump(getenv('PATH'));"""
5353
nmake run ARGS="-r ""var_dump(shell_exec('where libcrypto-3-x64.dll'));"""
5454

55+
nmake snap
56+
5557
exit /b 0

0 commit comments

Comments
 (0)