Closed CAMOBAP closed 1 year ago
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
patron
curl
Update generic workflow to install required files with
sudo apt-get install libcurl4-openssl-dev
Fixed https://github.com/relaton/relaton/actions/runs/4973191388/jobs/8931088582
cc @andrew2net
Problem
patron
requirescurl
headers to build. Ubuntu runner doesn't have such header out of the box https://github.com/actions/runner-images/issues/37Proposal
Update generic workflow to install required files with