Trying my patches.
This commit is contained in:
parent
19cb980eed
commit
1eb8e263ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
env | sort -u
|
||||
- name: Install Roswell
|
||||
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
|
||||
- name: Upgrade ASDF to the latest version
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue