Skip to content

Commit

Permalink
BUG: Missing matrix. prefix on action config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Aug 25, 2023
1 parent 2fbd360 commit 70f5e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
path: |
./VTK
./VTK-build
key: ${{ env.vtk-git-tag }}-${{ matrix.manylinux-platform }}-${{ python-version }}
key: ${{ env.vtk-git-tag }}-${{ matrix.manylinux-platform }}-${{ matrix.python-version }}

- name: 'Git-Configure-Build VTK'
if: steps.cache-vtk-python-linux.output.cache-hit != 'true'
Expand Down

0 comments on commit 70f5e20

Please sign in to comment.