Fixed installation of `libcurl4-openssl-dev
` on Ubuntu Focal.
This commit is contained in:
parent
f8caa65b4b
commit
19a7430956
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue