We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e423332 commit 00dad51Copy full SHA for 00dad51
.github/workflows/main.yml
@@ -25,8 +25,8 @@ jobs:
25
# Build everything but protobuf targets, which require that the public
26
# protobuf distribution be installed.
27
- name: build_all
28
- run: $MAKE_CMD JAVA_HOME=$JAVA_8_HOME frameworks examples_dist
+ run: $MAKE_CMD JAVA_HOME=$JAVA_11_HOME frameworks examples_dist
29
30
# Test command-line tools.
31
- name: test_tools
32
- run: $MAKE_CMD JAVA_HOME=$JAVA_8_HOME test_translator test_cycle_finder test_jre_cycles
+ run: $MAKE_CMD JAVA_HOME=$JAVA_11_HOME test_translator test_cycle_finder test_jre_cycles
0 commit comments