Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Install libcurl4-openssl-dev in ubuntu-latest runner
Turns out the `curl-config` failure is related to these: - actions/runner-images#7958 - actions/runner-images#7945 Explicitly installing curl on macOS shouldn't be necessary, while on `ubuntu-latest`, we have to install `libcurl4-openssl-dev`.
- Loading branch information