dpage / winpgbuild

A repo containing Github actions for building PostgreSQL and it's dependencies on Windows
1 stars 2 forks source link

postgresql: Add dependencies to PATH #26

Closed anarazel closed 2 months ago

anarazel commented 2 months ago

Without this bison and flex are not found, because msbuild is invoked directly. That could be fixed, but it seems easier to just configure PATH globally.

An example successful run with it: https://github.com/anarazel/winpgbuild/actions/runs/9879894664/job/27289230134

Note that in contrast to runs without it, there are no warnings about flex/bison not being available: https://github.com/dpage/winpgbuild/actions/runs/9855807053/job/27211463701#step:6:226