Issue with building Java kotlin build using gha runner set #3760
Unanswered
upenderbattu
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently running GitHub Actions on a self-hosted runner using the ghcr.io/actions/actions-runner:latest image. However, I am encountering an issue with building a Java-Kotlin project on this setup.
The same build works perfectly on GitHub-hosted runners, and both environments are based on Ubuntu. I have ensured that all required packages are installed on the self-hosted runner, but the build continues to fail.
Below is the error I am encountering:
code snippet:
Beta Was this translation helpful? Give feedback.
All reactions