We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73432b commit 8961221Copy full SHA for 8961221
.github/workflows/maven.yml
@@ -82,6 +82,8 @@ jobs:
82
run: mvn install -B --show-version --file javacc-8-core/pom.xml
83
84
- name: Run install on javacc-8-java
85
+ env:
86
+ USERPROFILE: ${{ env.USERPROFILE }}${{ env.HOME }}
87
run: mvn install -B --show-version --file javacc-8-java/pom.xml
88
89
- name: Upload output files for review
0 commit comments