We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573f02a commit c15920aCopy full SHA for c15920a
1 file changed
.github/workflows/test.yaml
@@ -92,10 +92,13 @@ jobs:
92
libgirepository1.0-dev \
93
libxsimd-dev \
94
meson
95
+ - name: Prepare ccache
96
+ run: |
97
+ echo "CCACHE_DIR=${PWD}/.ccache" >> "${GITHUB_ENV}"
98
- name: Cache ccache
99
uses: actions/cache@v5
100
with:
- path: .cache/ccache/
101
+ path: ${{ env.CCACHE_DIR }}
102
key: ccache-apache-arrow-${{ hashFiles('apache-arrow/cpp/**', 'apache-arrow/c_glib/**', 'apache-arrow/ruby/red-arrow/ext/**') }}
103
restore-keys: ccache-apache-arrow-
104
- name: Install Red FlatBuffers
0 commit comments