Fixed a typo.

This commit is contained in:
Alexander Artemenko 2021-02-06 13:57:19 +03:00
parent a32b7e9ecf
commit 4c5cb3503a

View file

@ -25,7 +25,7 @@ runs:
shell: bash shell: bash
run: | run: |
echo ::group::Install Roswell echo ::group::Install Roswell
if [[ "$RUNNER_OS" == "Linux ]]; then if [[ "$RUNNER_OS" == "Linux" ]]; then
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 [[ "$OS" == "macos-latest" ]]; then if [[ "$OS" == "macos-latest" ]]; then