Skip to content

Commit

Permalink
fix typo cp-cpp -> c-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Feb 24, 2024
1 parent 74ecd2d commit 3ac21b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- if: matrix.language == 'python'
name: Autobuild
uses: github/codeql-action/autobuild@v3
- if: matrix.language == 'cp-cpp'
- if: matrix.language == 'c-cpp'
name: Build PyPop C extensions
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand Down

0 comments on commit 3ac21b1

Please sign in to comment.