Skip to content

Commit

Permalink
Checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed May 24, 2024
1 parent 872211c commit b4974e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:

steps:
- name: "Checkout source"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: "Build artifacts"
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

steps:
- name: "Checkout source"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true


- name: "Build artifacts"
Expand Down

0 comments on commit b4974e8

Please sign in to comment.