Skip to content

Commit

Permalink
Fix workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 28, 2023
1 parent 6c07dfe commit 80b5c7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'c-cpp' ]
os: [ubuntu-latest]
# language: [ 'c-cpp' ]
build_type: [Debug]
c_compiler: [gcc]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 80b5c7a

Please sign in to comment.