Skip to content

Commit

Permalink
chore: Update Build.yml to use Clang 18 and install libc++ and libc++abi
Browse files Browse the repository at this point in the history
  • Loading branch information
SavenkovIgor committed Jul 13, 2024
1 parent dcec20c commit 8634e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

env:
CLANG_VERSION: 18
CXX: clang++
CC: clang
CXX: clang++-18
CC: clang-18
CXXFLAGS: "-stdlib=libc++ -I/usr/include/c++/v1"
LDFLAGS: "-L/usr/lib"

Expand Down

0 comments on commit 8634e4b

Please sign in to comment.