We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd00d5e commit a160ecaCopy full SHA for a160eca
.github/actions/build-pandas/action.yml
@@ -36,7 +36,7 @@ runs:
36
run: python3 -c "import platform as p; print(f'::set-output name=version::{p.python_version()}-{p.python_branch()}')"
37
38
- name: Set up ccache
39
- uses: ./.github/actions/setup_ccache
+ uses: ./.github/actions/setup-ccache
40
with:
41
extra-cache-key: ${{ steps.get-python-version.outputs.version }}
42
if: ${{ runner.os != 'Windows' }}
0 commit comments