Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

Commit 88e3c6d

Browse files
wip
1 parent 914cd52 commit 88e3c6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/kotlin.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ on:
66
pull_request:
77

88
env:
9-
# Must use $HOME here, NOT a tilde, because of the order in which bash does expansion:
10-
# Tilde happens before variables, so will be used literally, whereas $HOME will be
11-
# recursively expanded.
12-
GRADLE_HOME: ${{ runner.temp }}/gradle-home
9+
GRADLE_HOME: ${{ github.workspace }}/gradle-home
1310

1411
jobs:
1512
assemble:

0 commit comments

Comments
 (0)