Skip to content

Commit

Permalink
Fix C/C++ Tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Sep 5, 2023
1 parent 3a91acd commit e216d0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Build with Make
run: make -C c-cpp
Expand Down

0 comments on commit e216d0b

Please sign in to comment.