Merge branch 'main' of github.com:postgresql-interfaces/psqlodbc
authorDave Cramer <davecramer@gmail.com>
Mon, 13 May 2024 11:14:32 +0000 (07:14 -0400)
committerDave Cramer <davecramer@gmail.com>
Mon, 13 May 2024 11:14:32 +0000 (07:14 -0400)
1  2 
.github/workflows/main.yml

index 699050de8376b1831581b0194b72e9e3b77ae697,77b59f870e7df3eb8bc450d4d546dac5065e1925..3e9bef1e4416298cb2193a48dc4f148d472edaf0
@@@ -203,8 -222,9 +222,9 @@@ jobs
          arch: x64
      - name : 'build postgres x64'
        if: ${{steps.cachePostgres.outputs.cache-hit != 'true'}}
+       working-directory: postgresql
        run: |
 -        meson setup build --prefix=d:\postgresql
 +        meson setup build -Dssl=openssl -Dextra_lib_dirs=c:\openssl64\lib\VC\x64\MT -Dextra_include_dirs=c:\openssl64\include --prefix=d:\postgresql
          cd build
          ninja
          ninja install