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 0c6bb08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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 [email protected]
brew install openssl
echo "OPENSSL_ROOT_DIR=$(brew --prefix --installed openssl)" >> $GITHUB_ENV
echo "MYSQL_HOME=$(brew --prefix --installed [email protected])" >> $GITHUB_ENV
- name: Install Boost
uses: MarkusJx/[email protected]
id: install-boost
Expand All @@ -55,7 +55,7 @@ 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 }}
Expand Down

0 comments on commit 0c6bb08

Please sign in to comment.