diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index e7d8b244..26f3dd38 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -25,11 +25,14 @@ 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 @@ -40,6 +43,7 @@ jobs: ./acore.sh install-deps - name: Build shell: bash + working-directory: ac run: | export CTOOLS_BUILD=all ./acore.sh compiler build