From 2f221157de7be6a3b077649ab6bea793e0ed1cfc Mon Sep 17 00:00:00 2001 From: Logan Riggs Date: Fri, 9 Jun 2023 15:34:30 -0700 Subject: [PATCH] Change commented out macro so it isn't picked up and expanded. --- dev/tasks/java-jars/github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/java-jars/github.yml b/dev/tasks/java-jars/github.yml index 89e3640ac70f9..85703efbb045f 100644 --- a/dev/tasks/java-jars/github.yml +++ b/dev/tasks/java-jars/github.yml @@ -102,7 +102,7 @@ jobs: brew bundle --file=arrow/java/Brewfile - name: Build C++ libraries env: - #Restore once the sccache vars are configured. {{ macros.github_set_sccache_envvars()|indent(8) }} + #Restore once the sccache vars are configured. macros github_set_sccache_envvars() ARROW_USE_CCACHE: "ON" run: | set -e