We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afbaa3 commit d0b088dCopy full SHA for d0b088d
.github/workflows/test.yml
@@ -10,7 +10,7 @@ env:
10
RUST_LOG: debug,j4rs=warn
11
CARGO_INCREMENTAL: 0
12
RUSTFLAGS: "-C debuginfo=0"
13
- JAVA_HOME: $JAVA_HOME_11_X64 # seems to default to 8 on Windows and Mac
+ JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }} # seems to default to 8 on Windows and Mac
14
15
jobs:
16
test:
0 commit comments