Skip to content

Commit

Permalink
Automate test with GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Nov 22, 2023
1 parent 943ee41 commit 7ecbb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cmake -S . -B build -G Ninja \
-DCMAKE_CXX_COMPILER=${{ env.LLVM_PATH }}/bin/clang++ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++ -lc++abi"
-DCMAKE_EXE_LINKER_FLAGS="${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++ -lc++abi"
ninja -C build
- name: Run tests
Expand Down

0 comments on commit 7ecbb64

Please sign in to comment.