From 19a7430956bd0fc5c68d05aca0c17b8846aeb03c Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sun, 4 Apr 2021 21:07:32 +0300 Subject: [PATCH] Fixed installation of ``libcurl4-openssl-dev`` on Ubuntu Focal. --- ChangeLog.rst | 5 +++++ action.yml | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index e37c280..d262219 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -2,6 +2,11 @@ ChangeLog =========== +1.0.2 (2021-04-04) +================== + +Fixed installation of ``libcurl4-openssl-dev`` on Ubuntu Focal. + 1.0.1 (2021-02-22) ================== diff --git a/action.yml b/action.yml index c527506..d73fe32 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,7 @@ runs: run: | echo ::group::Install Roswell if [[ "$RUNNER_OS" == "Linux" ]]; then + sudo apt-get update sudo apt-get -y install git build-essential automake libcurl4-openssl-dev fi if [[ "$RUNNER_OS" == "macOS" ]]; then