Install Roswell with sh -x to enable some debug traces

This commit is contained in:
Matteo Landi 2021-10-19 11:38:12 +02:00
parent f0b3e3d20b
commit 2245ceb29f

View file

@ -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