Skip to content

Commit

Permalink
fix: Make it possible again to compile cmp.c as C++.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 23, 2024
1 parent 1448c0f commit 85749bc
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 91 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
run: make testprogs
- name: Run tests
run: make test
- name: Compile as C++
run: g++ -fsyntax-only -xc++ cmp.c
Loading

0 comments on commit 85749bc

Please sign in to comment.