I'm working on a PR for #153, but I’m having trouble reproducing the build process.
I only changed main.yml to run on pushes from any branch:
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
But it is failing with
Also, do we really need to build PostgreSQL from source just to test the ODBC driver? Couldn’t we use the latest stable installer or prebuilt artifacts instead?