Skip to content

Commit 5b5e41c

Browse files
committed
Fix CI
1 parent 405fc89 commit 5b5e41c

File tree

1 file changed

+1
-1
lines changed
  • src/test/shell/bazel

1 file changed

+1
-1
lines changed

src/test/shell/bazel/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ JAVA_VERSIONS_COVERAGE = ("11", "17", "21")
291291
args = [
292292
# java_tools zips to test
293293
"$(rlocationpath //src:java_tools_zip)",
294-
"$(rlocationpath //src:java_tools_zip)",
294+
"$(rlocationpath //src:java_tools_prebuilt_zip)",
295295
# --java_language_version value
296296
java_version,
297297
# --java_runtime_version value

0 commit comments

Comments
 (0)