Skip to content

Commit

Permalink
ci: Add submodules recursive in checkout step
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 3, 2024
1 parent 3f3aa86 commit 1131409
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set directory to safe for git
if: ${{ !contains(matrix.TARGET, 'windows') }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install build dependencies - Set up Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_webrtc_leak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install build dependencies - Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 1131409

Please sign in to comment.