Skip to content

Commit

Permalink
fix: enable submodules on github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Oct 15, 2023
1 parent 8293ee8 commit 5bb395c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Checkout Thunor Web
uses: actions/checkout@v2
with:
submodules: true
- name: Checkout Quickstart Repo
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 5bb395c

Please sign in to comment.