We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a502a9 commit 7fa239cCopy full SHA for 7fa239c
dev/tasks/r/github.packages.yml
@@ -134,7 +134,7 @@ jobs:
134
- name: Build libarrow
135
shell: bash
136
env:
137
- ARCH: {{ '${{ matrix.arch == "x86_64" && "amd64" || "arm64v8" }}' }}
+ ARCH: {{ "${{ matrix.arch == 'x86_64' && 'amd64' || 'arm64v8' }}" }}
138
UBUNTU: {{ '${{ matrix.ubuntu }}' }}
139
{{ macros.github_set_sccache_envvars()|indent(8) }}
140
run: |
0 commit comments