Skip to content

Commit

Permalink
added recursive checkout to obtain the network-module as part of Coyo…
Browse files Browse the repository at this point in the history
…te for deployment-builds of RDMA
  • Loading branch information
maximilianheer committed Nov 15, 2024
1 parent 8f2db13 commit a6d5b05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_rdma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Compile hardware for rdma_perf example
run: |
Expand Down

0 comments on commit a6d5b05

Please sign in to comment.