Skip to content

Commit 053ce2d

Browse files
committed
Improved CI for Windows [skip ci]
1 parent 24c1b51 commit 053ce2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,14 @@ jobs:
8787
postgres-version: 14
8888
- run: |
8989
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && ^
90-
cd %TEMP% && ^
9190
nmake /NOLOGO /F Makefile.win && ^
9291
nmake /NOLOGO /F Makefile.win install && ^
9392
nmake /NOLOGO /F Makefile.win installcheck && ^
9493
nmake /NOLOGO /F Makefile.win clean && ^
9594
nmake /NOLOGO /F Makefile.win uninstall
9695
shell: cmd
96+
- if: ${{ failure() }}
97+
run: cat regression.diffs
9798
i386:
9899
if: ${{ !startsWith(github.ref_name, 'mac') && !startsWith(github.ref_name, 'windows') }}
99100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)