relaton / support

Internal repository support for Relaton
0 stars 0 forks source link

Can't find libcurl or curl/curl.h (RuntimeError) #13

Closed CAMOBAP closed 1 year ago

CAMOBAP commented 1 year ago

Problem

patron requires curl headers to build. Ubuntu runner doesn't have such header out of the box https://github.com/actions/runner-images/issues/37

Proposal

Update generic workflow to install required files with

sudo apt-get install libcurl4-openssl-dev
CAMOBAP commented 1 year ago

Fixed https://github.com/relaton/relaton/actions/runs/4973191388/jobs/8931088582

cc @andrew2net