Skip to content

Commit

Permalink
submodules actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Dec 20, 2024
1 parent b8fea02 commit bcebc7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.submodules_PAT }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.submodules_PAT }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit bcebc7c

Please sign in to comment.