Skip to content

Commit

Permalink
it was ranlib OH MY GOD
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 7, 2024
1 parent b129808 commit b8863da
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
extra_flags: >
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
-DGEODE_DONT_BUILD_TEST_MODS=1
-DCMAKE_AR=/usr/bin/ar
-DCMAKE_AR='/usr/bin/ar'
-DCMAKE_RANLIB='/usr/bin/ranlib'
-DGEODE_DISABLE_PRECOMPILED_HEADERS=Off
package_cmd: './installer/mac/package.sh ./bin/nightly ./installer/mac/geode-installer-mac.pkg'
installer_path: './installer/mac/geode-installer-mac.pkg'
Expand Down Expand Up @@ -148,12 +149,12 @@ jobs:
echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
if: matrix.config.id == 'win'

# - name: Install LLVM (MacOS)
# shell: bash
# run: |
# brew install llvm
# echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
# if: matrix.config.id == 'mac'
- name: Install LLVM (MacOS)
shell: bash
run: |
brew install llvm
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
if: matrix.config.id == 'mac'

- name: Download CLI
uses: robinraju/release-downloader@v1.9
Expand Down

0 comments on commit b8863da

Please sign in to comment.