Skip to content

Commit

Permalink
WIP: fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Sep 30, 2024
1 parent 24596d0 commit 949e32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/arm64-osx-clang-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
set(CMAKE_C_COMPILER /opt/homebrew/opt/llvm@18/bin/clang-18)
set(CMAKE_CXX_COMPILER /opt/homebrew/opt/llvm@18/bin/clang++)
1 change: 1 addition & 0 deletions .github/workflows/scripts/x64-linux-clang-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(CMAKE_C_COMPILER /usr/bin/clang-18)
set(CMAKE_CXX_COMPILER /usr/bin/clang++-18)
set(CMAKE_CXX_FLAGS "-stdlib=libc++")
set(CMAKE_EXE_LINKER_FLAGS "-stdlib=libc++ -lc++abi")

0 comments on commit 949e32a

Please sign in to comment.