rui314 / setup-mold

A GitHub Action to install the mold linker
MIT License
115 stars 10 forks source link

Use older Curl command line options #7

Closed look closed 1 year ago

look commented 1 year ago

For Reasons™, we are using this action with the deprecated Ubuntu 18.04 image, which only comes with curl 7.58. Unfortunately, that version of curl doesn't include the --no-progress-meter option. Using the combo of --silent and --show-error should be roughly equivalent.