Skip to content

Commit

Permalink
Try to checkout the lib submodule too
Browse files Browse the repository at this point in the history
  • Loading branch information
SomaZ authored Feb 5, 2024
1 parent 554a530 commit 95f7b84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: 'true'
- name: Install Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 95f7b84

Please sign in to comment.