Skip to content

Commit

Permalink
ci: checkout with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Mar 7, 2024
1 parent 2d7b9da commit 9c68bb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:

- name: Check out Git repository
uses: actions/checkout@v2
with:
submodules: 'true'

- name: Install Node.js, NPM
id: setup-node
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
# Prepare workspace
- name: Check out Git repository
uses: actions/checkout@v2
with:
submodules: 'true'

- name: Install Node.js, NPM
id: setup-node
Expand Down

0 comments on commit 9c68bb4

Please sign in to comment.