where am I supposed to set the path?
Some checks failed
msbuild / build (push) Failing after 52s

This commit is contained in:
Greg Gauthier 2024-07-24 18:16:56 +01:00
parent 0fbae9e186
commit 546d5cd94a

View File

@ -23,10 +23,12 @@ jobs:
- name: Validate Java installation
run: |
export PATH=$PATH:${{gitea.workspace}}/gradle-8.9/bin
java -version
gradle --version
echo $JAVA_HOME
- name: Gradle Build
run: |
export PATH=$PATH:${{gitea.workspace}}/gradle-8.9/bin
gradle build