Skip to content

Commit d0b088d

Browse files
committed
Another try
1 parent 3afbaa3 commit d0b088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
RUST_LOG: debug,j4rs=warn
1111
CARGO_INCREMENTAL: 0
1212
RUSTFLAGS: "-C debuginfo=0"
13-
JAVA_HOME: $JAVA_HOME_11_X64 # seems to default to 8 on Windows and Mac
13+
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }} # seems to default to 8 on Windows and Mac
1414

1515
jobs:
1616
test:

0 commit comments

Comments
 (0)