Error in workflow when there is a non-ASCII character in source code #132
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Job log: https://code.host.antville.org/antville/helma/actions/runs/2439#jobstep-2-38
Looks like the runner is using US-ASCII, probably because of
LANG=C
?Fixed by reconfiguring the runner:
Test job now shows
LANG=en_US.UTF-8
and succeeds.