Skip to content

Commit

Permalink
macos change compiler paths
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Apr 28, 2024
1 parent f2abdcb commit 5cb5ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
env:
CC: /usr/local/opt/llvm@17/bin/clang
CXX: /usr/local/opt/llvm@17/bin/clang++
run: cmake -B ${{env.build_directory}} -G "Ninja" -DCMAKE_BUILD_TYPE=${{env.build_type}} -DREDUMPER_VERSION_BUILD=${{github.run_number}} -DREDUMPER_CLANG_LINK_OPTIONS="-L/usr/local/opt/llvm/lib/c++"
run: cmake -B ${{env.build_directory}} -G "Ninja" -DCMAKE_BUILD_TYPE=${{env.build_type}} -DREDUMPER_VERSION_BUILD=${{github.run_number}} -DREDUMPER_CLANG_LINK_OPTIONS="-L/usr/local/opt/llvm@17/lib/c++"

- name: CMake Build
run: cmake --build ${{env.build_directory}} --config ${{env.build_type}}
Expand Down

0 comments on commit 5cb5ebd

Please sign in to comment.