diff --git a/.github/workflows/cmangos-classic-windows-release.yml b/.github/workflows/cmangos-classic-windows-release.yml index ce7ec7fda..c261f5dec 100644 --- a/.github/workflows/cmangos-classic-windows-release.yml +++ b/.github/workflows/cmangos-classic-windows-release.yml @@ -17,7 +17,7 @@ env: BOTS_BRANCH: "master" CORE_REPO_OWNER: ${{github.repository_owner}} BUILD_TYPE: RelWithDebInfo - BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_ACHIEVEMENTS=ON -DBUILD_GIT_ID=ON" + BUILD_OPTIONS: "-DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_ACHIEVEMENTS=ON -DBUILD_GIT_ID=ON" REPO_DIR : ${{github.workspace}} BUILD_DIR: ${{github.workspace}}/bin/builddir BOOST_TOOLSET: "msvc" diff --git a/.github/workflows/cmangos-tbc-windows-release.yml b/.github/workflows/cmangos-tbc-windows-release.yml index 6f759991c..86a0500b0 100644 --- a/.github/workflows/cmangos-tbc-windows-release.yml +++ b/.github/workflows/cmangos-tbc-windows-release.yml @@ -17,7 +17,7 @@ env: BOTS_BRANCH: "master" CORE_REPO_OWNER: ${{github.repository_owner}} BUILD_TYPE: RelWithDebInfo - BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON" + BUILD_OPTIONS: "-DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON" REPO_DIR : ${{github.workspace}} BUILD_DIR: ${{github.workspace}}/bin/builddir BOOST_TOOLSET: "msvc" diff --git a/.github/workflows/cmangos-wotlk-windows-release.yml b/.github/workflows/cmangos-wotlk-windows-release.yml index 6864b5448..ef4bb1d06 100644 --- a/.github/workflows/cmangos-wotlk-windows-release.yml +++ b/.github/workflows/cmangos-wotlk-windows-release.yml @@ -17,7 +17,7 @@ env: BOTS_BRANCH: "master" CORE_REPO_OWNER: ${{github.repository_owner}} BUILD_TYPE: RelWithDebInfo - BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON" + BUILD_OPTIONS: "-DBUILD_IKE3_BOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON" REPO_DIR : ${{github.workspace}} BUILD_DIR: ${{github.workspace}}/bin/builddir BOOST_TOOLSET: "msvc"