Skip to content

Commit 107791b

Browse files
committed
Try new gradle home dir
Signed-off-by: Chris Lavin <[email protected]>
1 parent 5b33a71 commit 107791b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-rapidwright-wrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: '11'
21-
cache: 'gradle-2'
21+
cache: 'gradle'
2222

2323
- name: Compile
24-
run: ./gradlew compileJava
24+
run: GRADLE_USER_HOME=gradle_home ./gradlew compileJava
2525

2626
- name: Test RapidWright Wrapper
2727
run: bin/rapidwright

0 commit comments

Comments
 (0)