Trying my patches.

This commit is contained in:
Alexander Artemenko 2021-01-26 14:11:22 +03:00
parent 19cb980eed
commit 1eb8e263ae

View file

@ -39,7 +39,7 @@ jobs:
env | sort -u env | sort -u
- name: Install Roswell - name: Install Roswell
run: | run: |
curl -L https://raw.githubusercontent.com/roswell/roswell/master/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: |