Skip to content

Commit

Permalink
Update cmangos-wotlk-windows-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar authored May 20, 2024
1 parent 41015a7 commit 21cedd4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cmangos-wotlk-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
BOTS_BRANCH: "master"
CORE_REPO_OWNER: ${{github.repository_owner}}
BUILD_TYPE: RelWithDebInfo
BUILD_OPTIONS: "-DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON"
BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_PLAYERBOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON -DBUILD_MODULES=ON -DBUILD_MODULE_HARDCORE=ON -DBUILD_MODULE_IMMERSIVE=ON -DBUILD_MODULE_TRANSMOG=ON"
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
Expand All @@ -39,12 +39,6 @@ jobs:
repository: ${{env.CORE_REPO_OWNER}}/mangos-wotlk
path: ${{env.REPO_DIR}}
# submodules: recursive

- name: Checkout Bots
uses: actions/checkout@v2
with:
ref: ${{env.BOTS_BRANCH}}
path: "${{env.REPO_DIR}}/src/modules/Bots"

- uses: FranzDiebold/github-env-vars-action@v2
- name: Create Build Environment
Expand Down

0 comments on commit 21cedd4

Please sign in to comment.