Skip to content

Commit 767c9dc

Browse files
committed
WIP
1 parent 0ca2d40 commit 767c9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-sccache/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
shell: bash
2323

2424
- name: Setup sccache
25-
uses: hendrikmuhs/ccache-action@v1.1
25+
uses: hendrikmuhs/ccache-action@v1.2
2626
with:
2727
variant: sccache
2828
key: ${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ steps.get-date.outputs.today }}--${{ inputs.extra-cache-key }}

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ jobs:
141141
uses: ./.github/actions/run-tests
142142
with:
143143
check-pyarrow-version: ${{ matrix.pyarrow_version }}
144-
continue-on-error: ${{ env.IS_PYPY }}
144+
continue-on-error: ${{ env.IS_PYPY == 'true' }}

0 commit comments

Comments
 (0)