Files
neon/.github/workflows
Christian Schwarz f42aedeedd fix: distinguish build matrix build type from Makefile's BUILD_TYPE
build-neon uses `make postgres-...`.

The Makefile expects BUILD_TYPE to be debug or release.

Before this PR, the build matrix's BUILD_TYPE would be just that.
Now the build matrix's build type is something different than the
Makefile's BUILD_TYPE.

Make the difference explicit.
2023-04-25 17:20:16 +02:00
..