Skip to content

Commit

Permalink
Fetch submodule in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adb-sh committed Nov 10, 2023
1 parent 088a80c commit a8fc379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive

- name: Docker Setup Buildx
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
./.dist
.dist

0 comments on commit a8fc379

Please sign in to comment.