Skip to content

Commit

Permalink
Fixes sporadic failures in the Linux build tests.
Browse files Browse the repository at this point in the history
Include the submodules in the git checkout, as sometimes the github
builder fails sometimes to update from the makefile.
  • Loading branch information
dmsc committed May 6, 2024
1 parent 9472f7b commit fc8ae8a
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 @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: make
run: make -j2
- name: running testsuite
Expand Down

0 comments on commit fc8ae8a

Please sign in to comment.