Skip to content

Commit

Permalink
try clang-${{ matrix.clang_version }}
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaldwin authored May 23, 2024
1 parent 0f02dcc commit 610d5f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
submodules: recursive
- name: Release
run: |
ls -DCMAKE_C_COMPILER=/opt/homebrew/opt/llvm@${{ matrix.clang_version }}/lib
ls -DCMAKE_C_COMPILER=/opt/homebrew/opt/llvm@${{ matrix.clang_version }}/bin
which clang-${{ matrix.clang_version }}
mkdir Release
cd Release
cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER=/opt/homebrew/opt/llvm@${{ matrix.clang_version }}/lib/c++ \
-DCMAKE_CXX_COMPILER=/opt/homebrew/opt/llvm@${{ matrix.clang_version }}/lib/c++ \
-DCMAKE_C_COMPILER=clang-${{ matrix.clang_version }} \
-DCMAKE_CXX_COMPILER=clang-${{ matrix.clang_version }} \
-DCMAKE_CXX_STANDARD=${{ matrix.cxx_standard }} \
-DLIBCORO_FEATURE_NETWORKING=${{ matrix.libcoro_feature_networking.enabled }} \
-DLIBCORO_FEATURE_TLS=${{ matrix.libcoro_feature_networking.tls }} \
Expand Down

0 comments on commit 610d5f5

Please sign in to comment.