Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <[email protected]>
  • Loading branch information
vsoftco committed May 1, 2024
1 parent dc2474d commit 629c9bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
export PATH=/opt/homebrew/opt/llvm/bin:$PATH
export CPATH=$LIBRARY_PATH:/opt/homebrew/include
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
export CXX=clang++
export CC=clang
fi
cmake --build build
Expand Down Expand Up @@ -90,8 +93,11 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
export PATH=/opt/homebrew/opt/llvm/bin:$PATH
export CPATH=$LIBRARY_PATH:/opt/homebrew/include
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
export CXX=clang++
export CC=clang
fi
cmake --build build/unit_tests --target unit_tests
Expand All @@ -111,8 +117,11 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
export PATH=/opt/homebrew/opt/llvm/bin:$PATH
export CPATH=$LIBRARY_PATH:/opt/homebrew/include
export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
export CXX=clang++
export CC=clang
fi
python3 -m venv venv
if [ "$RUNNER_OS" == "Windows" ]; then
Expand Down

0 comments on commit 629c9bc

Please sign in to comment.