Skip to content

Commit

Permalink
Workflow: Build fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikely4r committed Nov 19, 2024
1 parent d480db3 commit aa9b81b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmangos-macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_VERSION: "1.83.0"
BOOST_PLATFORM_VERSION: "12"
BOOST_PLATFORM_VERSION: "14"
CORE_REPO_OWNER: ${{github.repository_owner}}

permissions:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
brew install mysql-client@8.4
brew install openssl
echo "OPENSSL_ROOT_DIR=$(brew --prefix --installed openssl)" >> $GITHUB_ENV
echo "MYSQL_HOME=$(brew --prefix --installed mysql-client@8.4)" >> $GITHUB_ENV
- name: Install Boost
uses: MarkusJx/install-boost@v2.4.5
id: install-boost
Expand All @@ -55,10 +55,11 @@ jobs:
toolset: clang
# NOTE: If a boost version matching all requirements cannot be found,
# this build step will fail

arch: aarch64
- name: Configure
env:
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
Boost_DIR: ${{ steps.install-boost.outputs.BOOST_ROOT }}
run: cmake -DBoost_ARCHITECTURE=-x64 ${{matrix.EXTRA_BUILD}} -DCMAKE_INSTALL_PREFIX=/home/runner/work -B ${{env.BUILD_DIR}} -S ${{env.REPO_DIR}}

- name: Build
Expand Down

0 comments on commit aa9b81b

Please sign in to comment.