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 44fbd7a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 90 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 44fbd7a

Please sign in to comment.