Install necessary deps.
This commit is contained in:
parent
1eb8e263ae
commit
88caf8955d
1 changed files with 8 additions and 0 deletions
8
.github/workflows/install.yml
vendored
8
.github/workflows/install.yml
vendored
|
@ -39,7 +39,15 @@ jobs:
|
||||||
env | sort -u
|
env | sort -u
|
||||||
- name: Install Roswell
|
- name: Install Roswell
|
||||||
run: |
|
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
|
curl -L https://raw.githubusercontent.com/svetlyak40wt/roswell/patches/scripts/install-for-ci.sh | sh
|
||||||
|
|
||||||
echo $HOME/.roswell/bin >> $GITHUB_PATH
|
echo $HOME/.roswell/bin >> $GITHUB_PATH
|
||||||
- name: Upgrade ASDF to the latest version
|
- name: Upgrade ASDF to the latest version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue