diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8bf03c..c6ccf5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,29 +36,30 @@ jobs: steps: # Clone git repositories - name: 'Checkout opendds-monitor' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - 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, xerces, qt5, and qwt (Linux)'