Skip to content

Commit

Permalink
ci: manually initialize Git submodules (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal authored Dec 26, 2024
1 parent b6a5cf3 commit 05085be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.1
with:
submodules: recursive

- name: Initialize Submodules
run: git submodule update --init --recursive

- name: Assert Git Submodules
run: |
Expand Down

0 comments on commit 05085be

Please sign in to comment.