mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(ci): ensure module build clones modules (#18631)
This commit is contained in:
5
.github/workflows/core_modules_build.yml
vendored
5
.github/workflows/core_modules_build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user