From 2eb98c32332fbbdb4727f4dec840495efc6583b4 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Fri, 16 Jan 2026 17:39:12 +0100 Subject: [PATCH] [BUILD] Windows shorter build path (#2021) --- .github/workflows/windows_build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index e7d8b244..49678c97 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -25,21 +25,25 @@ jobs: with: repository: 'mod-playerbots/azerothcore-wotlk' ref: 'Playerbot' + path: 'ac' - name: Checkout Playerbot Module uses: actions/checkout@v3 with: repository: 'mod-playerbots/mod-playerbots' - path: 'modules/mod-playerbots' + #path: 'modules/mod-playerbots' + path: ac/modules/mod-playerbots - name: ccache uses: hendrikmuhs/ccache-action@v1.2.13 - name: Configure OS shell: bash + working-directory: ac env: CONTINUOUS_INTEGRATION: true run: | ./acore.sh install-deps - name: Build shell: bash + working-directory: ac run: | export CTOOLS_BUILD=all ./acore.sh compiler build