Skip to content

Commit

Permalink
Attempt to fix the CI with submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Dec 21, 2023
1 parent 1bfce78 commit ee1f715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
submodules: 'true'

- name: Install common dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/precision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
submodules: 'true'

# Runs a set of commands using the runners shell
- name: Install dependencies
Expand Down

0 comments on commit ee1f715

Please sign in to comment.