Skip to content

Commit 08098eb

Browse files
committed
fix: AugmentedSteam not building by fetching submodules
1 parent 0494da9 commit 08098eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ jobs:
5858
repository: ${{ fromJson(needs.prepare.outputs.submodule-matrix) }}
5959
steps:
6060
- name: Checkout Repository
61-
uses: actions/checkout@v2
61+
uses: actions/checkout@v4
6262
with:
6363
repository: ${{ matrix.repository }}
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
fetch-depth: 0
66+
submodules: recursive
6667

6768
- name: Set up Node.js
6869
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)