Skip to content

Commit c368923

Browse files
committed
WIP
1 parent 59fde46 commit c368923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-pandas/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
run: python3 -c "import platform as p; print(f'::set-output name=version::{p.python_version()}-{p.python_branch()}')"
3737

3838
- name: Set up ccache
39-
uses: ./.github/actions/setup_ccache
39+
uses: ./.github/actions/setup-ccache
4040
with:
4141
extra-cache-key: ${{ steps.get-python-version.outputs.version }}
4242
if: ${{ runner.os != 'Windows' }}

0 commit comments

Comments
 (0)