Skip to content

Commit

Permalink
Deep clone in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Jan 16, 2025
1 parent c8be37c commit 06081b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
cabal: ['3.10.3.0']
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Setup - PostgreSQL
id: postgres-setup
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Docker build
run: ./utils.sh build-docker

0 comments on commit 06081b8

Please sign in to comment.