diff options
author | 2024-08-05 19:31:55 -0700 | |
---|---|---|
committer | 2024-08-05 19:31:55 -0700 | |
commit | 36e5296176f91b6fe34d7571526d5f2f5beba60b (patch) | |
tree | 24c709b492fb449015b5f4f58eff85da6b692a8e | |
parent | e147d48d85b3783462a773a0be0799dfd66637ae (diff) | |
download | ibd-trader-36e5296176f91b6fe34d7571526d5f2f5beba60b.tar.gz ibd-trader-36e5296176f91b6fe34d7571526d5f2f5beba60b.tar.zst ibd-trader-36e5296176f91b6fe34d7571526d5f2f5beba60b.zip |
Make CI checkout submodules
-rw-r--r-- | backend/.github/workflows/go.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/.github/workflows/go.yaml b/backend/.github/workflows/go.yaml index 5f41af0..06f6d58 100644 --- a/backend/.github/workflows/go.yaml +++ b/backend/.github/workflows/go.yaml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: recursive - uses: actions/setup-go@v5 with: go-version: stable @@ -30,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: recursive - uses: actions/setup-go@v5 with: go-version: stable |