Install Roswell with sh -x
to enable some debug traces
This commit is contained in:
parent
f0b3e3d20b
commit
2245ceb29f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ runs:
|
||||||
brew install automake autoconf curl
|
brew install automake autoconf curl
|
||||||
fi
|
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::
|
echo ::endgroup::
|
||||||
- name: Upgrade ASDF to the Latest Version
|
- name: Upgrade ASDF to the Latest Version
|
||||||
|
|
Loading…
Reference in a new issue