Skip to content

Commit

Permalink
checkout opendds submodules in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsont-oci committed Sep 18, 2023
1 parent b4fb147 commit c43e97d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,28 @@ jobs:
steps:
# Clone git repositories
- name: 'Checkout OpenDDW'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Checkout MPC'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: MPC
fetch-depth: 1
- name: 'Checkout ACE_TAO'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
ref: ace6tao2
path: ACE_TAO
fetch-depth: 1
- name: 'Checkout OpenDDS'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: OpenDDS/OpenDDS
ref: ${{ matrix.opendds_branch }}
path: OpenDDS
fetch-depth: 1
submodules: true

# Get 3rd-party Dependencies
- name: 'Install openssl and xerces (Linux)'
Expand Down

0 comments on commit c43e97d

Please sign in to comment.