It's C, not C++

This commit is contained in:
Radon Rosborough 2021-09-04 20:31:39 -07:00
parent e41fc171d7
commit c223717227
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'cpp', 'go', 'javascript', 'python' ]
language: [ 'go', 'javascript', 'python' ]
steps:
- name: Checkout repository