diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index bdfe33b..70edbb0 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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: |