Skip to content

Commit

Permalink
update submodule in CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-evl committed Oct 18, 2023
1 parent 4a07836 commit 683b55b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Update submodules
run: git submodule update --init --remote

- name: Run tests
run: make ci
Expand Down

0 comments on commit 683b55b

Please sign in to comment.