Skip to content

Commit

Permalink
Try to fix llvm path
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Aug 14, 2024
1 parent 82add17 commit 9257d06
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 @@ -37,7 +37,7 @@ jobs:
- run: cmake -E make_directory build

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

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

0 comments on commit 9257d06

Please sign in to comment.