Skip to content

Commit

Permalink
llvm@15 removed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Nov 21, 2023
1 parent 4a41c41 commit 57f7cf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ jobs:
mkdir build && cd build
sh -c 'cmake .. -D CMAKE_C_COMPILER=$(brew --prefix llvm@15)/bin/clang -D CMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++;cmake .. -D CMAKE_C_COMPILER=$(brew --prefix llvm@15)/bin/clang -D CMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++'
make
- name: Run tests
run: |
cd build
./tst/webrtc_client_test
static-build-mac:
runs-on: macos-11
env:
Expand Down

0 comments on commit 57f7cf7

Please sign in to comment.