Skip to content

Commit

Permalink
Re-enable the CI builds on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Feb 19, 2024
1 parent 0a98729 commit bcea162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Configure CMake
if: matrix.os == 'macos-13'
run: >
echo "CPPFLAGS=${CPPFLAGS}\nLDFLAGS=${LDFLAGS}\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH}\nDYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}\n"
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++
-DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang
Expand Down

0 comments on commit bcea162

Please sign in to comment.