From 88be6d8150d00d63e48b067a25b510fc8ab3f04c Mon Sep 17 00:00:00 2001 From: Mike Delago <32778141+michaeldelago@users.noreply.github.com> Date: Sat, 30 Mar 2024 08:08:35 -0400 Subject: [PATCH] fix(ci): ensure module build clones modules (#18631) --- .github/workflows/core_modules_build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/core_modules_build.yml b/.github/workflows/core_modules_build.yml index 9efe8d293..090ceae92 100644 --- a/.github/workflows/core_modules_build.yml +++ b/.github/workflows/core_modules_build.yml @@ -26,6 +26,11 @@ jobs: ) steps: - uses: actions/checkout@v4 + # This script installs a general list of modules to compile with + # azerothcore. This is useful for ensuring that module compilation + # functionality works. + - name: Checkout modules + run: bash -x ./apps/ci/ci-install-modules.sh - uses: ./.github/actions/linux-build with: CC: clang-15