From b279076eabf2acce6b55e120788c3b82f0d7ba5c Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Thu, 31 Jul 2025 13:50:07 -0500 Subject: [PATCH] Fixing ROCProfiler SDK Docs workflow --- .github/workflows/rocprofiler-sdk-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rocprofiler-sdk-docs.yml b/.github/workflows/rocprofiler-sdk-docs.yml index ce71bf5a1e..c934f39071 100644 --- a/.github/workflows/rocprofiler-sdk-docs.yml +++ b/.github/workflows/rocprofiler-sdk-docs.yml @@ -79,7 +79,6 @@ jobs: uses: actions/checkout@v4 with: sparse-checkout: projects/rocprofiler-sdk - submodules: 'recursive' set-safe-directory: true - name: Create Docs Directory shell: bash @@ -103,6 +102,7 @@ jobs: working-directory: projects/rocprofiler-sdk/ run: export CMAKE_PREFIX_PATH=/opt/rocm:${CMAKE_PREFIX_PATH}; + git submodule update --init --recursive; cmake -B build -DROCPROFILER_DEP_ROCMCORE=ON -DROCPROFILER_BUILD_DOCS=ON