Skip to content

Commit

Permalink
make checkout recurse into submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
zero9178 committed May 1, 2024
1 parent 6327b13 commit 50b2bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Runtime Build
name: Builds

permissions:
contents: read
Expand All @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Download Pulp Toolchain
run: |
Expand Down

0 comments on commit 50b2bbb

Please sign in to comment.