Fixed installation of `libcurl4-openssl-dev` on Ubuntu Focal.

This commit is contained in:
Alexander Artemenko 2021-04-04 21:07:32 +03:00
parent f8caa65b4b
commit 19a7430956
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,11 @@
ChangeLog ChangeLog
=========== ===========
1.0.2 (2021-04-04)
==================
Fixed installation of ``libcurl4-openssl-dev`` on Ubuntu Focal.
1.0.1 (2021-02-22) 1.0.1 (2021-02-22)
================== ==================

View file

@ -26,6 +26,7 @@ runs:
run: | run: |
echo ::group::Install Roswell echo ::group::Install Roswell
if [[ "$RUNNER_OS" == "Linux" ]]; then if [[ "$RUNNER_OS" == "Linux" ]]; then
sudo apt-get update
sudo apt-get -y install git build-essential automake libcurl4-openssl-dev sudo apt-get -y install git build-essential automake libcurl4-openssl-dev
fi fi
if [[ "$RUNNER_OS" == "macOS" ]]; then if [[ "$RUNNER_OS" == "macOS" ]]; then