Skip to content

Commit

Permalink
apacheGH-44127: [CI][R] Fix util_enable_core_dumps.sh path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 15, 2024
1 parent a5d40d0 commit 6f8b3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
UBUNTU: {{ '"${{ matrix.ubuntu }}"' }}
{{ macros.github_set_sccache_envvars()|indent(8) }}
run: |
source ci/scripts/util_enable_core_dumps.sh
source arrow/ci/scripts/util_enable_core_dumps.sh
archery docker run \
-e EXTRA_CMAKE_FLAGS="{{ '${{ matrix.extra-cmake-flags }}' }}" \
{{ '${{ matrix.os }}' }}-cpp-static
Expand Down

0 comments on commit 6f8b3a7

Please sign in to comment.