mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
added debug
This commit is contained in:
parent
d0a3b38995
commit
a4d7bf0a41
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ async function run() {
|
|||
let installed = false;
|
||||
while (!installed && version != "") {
|
||||
try {
|
||||
core.debug(`Trying to install version ${version}`)
|
||||
await installVersion(version)
|
||||
installed = true
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue