Skip to content

Commit

Permalink
wipe before configuring build of pg64
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Aug 9, 2024
1 parent 1e469a7 commit d2c4596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
if: ${{steps.cachePostgres.outputs.cache-hit != 'true'}}
working-directory: postgres
run: |
meson setup build -Dssl=openssl -Dextra_lib_dirs=c:\OTHERBIN\openssl64\lib -Dextra_include_dirs=c:\OTHERBIN\openssl64\include --prefix=d:\postgresql
meson setup --wipe build -Dssl=openssl -Dextra_lib_dirs=c:\OTHERBIN\openssl64\lib -Dextra_include_dirs=c:\OTHERBIN\openssl64\include --prefix=d:\postgresql
cd build
ninja
ninja install
Expand Down

0 comments on commit d2c4596

Please sign in to comment.