Skip to content

Commit

Permalink
Fix clang path
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Aug 14, 2024
1 parent 98e6059 commit 0b14623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: cmake -E make_directory build

- working-directory: build/
run: cmake $GITHUB_WORKSPACE -DCMAKE_CXX_COMPILER=clang++-${{ matrix.llvm }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
run: cmake $GITHUB_WORKSPACE -DCMAKE_CXX_COMPILER=$(brew --prefix llvm@${{ matrix.llvm }})/bin/clang-${{ matrix.llvm }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}

- working-directory: build/
run: cmake --build .
Expand Down

0 comments on commit 0b14623

Please sign in to comment.