Skip to content

Commit 971855e

Browse files
committed
Fix workflow maybe again
1 parent daa2b7d commit 971855e

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
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Prepare env
2424
run: |
25-
echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
25+
echo "JAVA_HOME=$JAVA_HOME_11_X64" >> $GITHUB_ENV
2626
2727
- name: Checkout
2828
uses: actions/checkout@v3

0 commit comments

Comments
 (0)