You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@flagarde for this niche scenario, the best option is to just add documentation about how to install the required dependencies for cmake v3.5 and older version (i.e. just a run: step executing the commands, different for each Linux distro, to install the dependencies).
Thx for this action !
In some ubuntu runner I had the error with libidn11 not found (cmake3.3 and cmake 3.5). A hacky fix is to do :
sudo apt-get update ; sudo apt-get install --no-install-recommends -y libidn12; sudo ln -s /usr/lib/x86_64-linux-gnu/libidn.so.12 /usr/lib/x86_64-linux-gnu/libidn.so.11
Maybe this could be done one this action directly
The text was updated successfully, but these errors were encountered: