Closed bradh352 closed 9 months ago
Really? Doesn't look like to me its even getting that far, looks like a parse failure of action.yml
itself due to the default: true
being removed from environment
. I'd guess if I added environment: true
to the c-ares github action it would continue on.
https://github.com/open-watcom/setup-watcom/compare/8a33373..01d689c
Sorry, I didn't study much this issue. Anyway now setup-watcom cannot work due to referenced issue.
https://github.com/open-watcom/setup-watcom/pull/73 fixes this, I think.
The default value of environment
should not have been removed.
It fails for 2.0 because of https://github.com/open-watcom/open-watcom-v2/issues/1222
Looks like the recent changes (updating to NodeJS v20, etc) have broken setup-watcom. See an example here: https://github.com/c-ares/c-ares/actions/runs/7733830705/job/21117277111