From 2245ceb29f236a8fd4003a1555477eb5f7b9c090 Mon Sep 17 00:00:00 2001 From: Matteo Landi Date: Tue, 19 Oct 2021 11:38:12 +0200 Subject: [PATCH] Install Roswell with `sh -x` to enable some debug traces --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ea6d671..fc0ad77 100644 --- a/action.yml +++ b/action.yml @@ -109,7 +109,7 @@ runs: brew install automake autoconf curl fi - curl -L https://raw.githubusercontent.com/roswell/roswell/${{ inputs.roswell-version }}/scripts/install-for-ci.sh | sh + curl -L https://raw.githubusercontent.com/roswell/roswell/${{ inputs.roswell-version }}/scripts/install-for-ci.sh | sh -x echo ::endgroup:: - name: Upgrade ASDF to the Latest Version