Skip to content

Commit

Permalink
CI: Ensure submodules are checked out as well
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Apr 11, 2024
1 parent 4fc0a4b commit 6cdf79a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install build dependencies
uses: ./.github/actions/install-deps
Expand All @@ -42,6 +44,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install build dependencies
uses: ./.github/actions/install-deps
Expand All @@ -62,6 +66,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install build dependencies
uses: ./.github/actions/install-deps
Expand All @@ -85,6 +91,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install build dependencies
uses: ./.github/actions/install-deps
Expand Down

0 comments on commit 6cdf79a

Please sign in to comment.