sol-eng / wbi

CLI for installing and configuring Posit Workbench
MIT License
5 stars 0 forks source link

Update github workflow to allow for the building of CGO_ENABLED binaries #192

Closed samcofer closed 5 months ago

samcofer commented 5 months ago

Add CGO_ENABLED to the compilation environment to ensure that importing C doesn't cause the build to fail. Since we don't actually use c libraries, we can maintain cross compatibly according to my testing.