Skip to content

Commit

Permalink
Sledge hammer
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cmb69 committed Feb 11, 2025
1 parent 56914c2 commit e1d0ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/windows/build_task.bat
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ if %errorlevel% neq 0 exit /b 3
nmake run ARGS="-r ""var_dump(getenv('PATH'));"""
nmake run ARGS="-r ""var_dump(shell_exec('where libcrypto-3-x64.dll'));"""

nmake snap

exit /b 0

0 comments on commit e1d0ef2

Please # to comment.