Install necessary deps.

This commit is contained in:
Alexander Artemenko 2021-01-26 14:14:26 +03:00
parent 1eb8e263ae
commit 88caf8955d

View file

@ -39,7 +39,15 @@ jobs:
env | sort -u
- name: Install Roswell
run: |
if [[ "$OS" == "ubuntu-latest" ]]; then
sudo apt-get -y install git build-essential automake libcurl4-openssl-dev
fi
if [[ "$OS" == "macos-latest" ]]; then
brew install automake autoconf curl
fi
curl -L https://raw.githubusercontent.com/svetlyak40wt/roswell/patches/scripts/install-for-ci.sh | sh
echo $HOME/.roswell/bin >> $GITHUB_PATH
- name: Upgrade ASDF to the latest version
run: |