Use temp directory for installation instructions on Windows [skip ci]

This commit is contained in:
Andrew Kane
2024-03-16 12:02:45 -07:00
parent f3fcb5e005
commit a5f2d70bc2
2 changed files with 2 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ jobs:
postgres-version: 14
- run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && ^
cd %TEMP% && ^
nmake /NOLOGO /F Makefile.win && ^
nmake /NOLOGO /F Makefile.win install && ^
nmake /NOLOGO /F Makefile.win installcheck && ^