Skip to content

Commit

Permalink
Add CPP compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 28, 2023
1 parent 80b5c7a commit 40c3cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Based on: https://github.com/cpp-linter/cpp-linter-action
name: cpp-linter
name: C/C++ Linter

on:
push:
Expand Down Expand Up @@ -30,6 +30,7 @@ jobs:
# language: [ 'c-cpp' ]
build_type: [Debug]
c_compiler: [gcc]
cpp_compiler: [g++]

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

0 comments on commit 40c3cc1

Please sign in to comment.