From 1eb8e263ae49c5a39ba38bd9b324b1d4be5e4577 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 26 Jan 2021 14:11:22 +0300 Subject: [PATCH] Trying my patches. --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 63da3a5..bdfe33b 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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: |