Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
linzuzeng committed Jun 25, 2024
1 parent f42e4af commit ce2692a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
export PATH="/usr/local/opt/llvm@12/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib"
export CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include"
export CXXFLAGS="-I/opt/homebrew/opt/llvm@12/include"
clang etabackend/cpp/PARSE_TimeTagFileHeader.cpp -D __linux__ -S -emit-llvm
clang etabackend/cpp/PARSE_TimeTags.cpp -D __linux__ -S -emit-llvm
clang etabackend/cpp/INFRA_vchn.cpp -D __linux__ -S -emit-llvm
Expand Down

0 comments on commit ce2692a

Please sign in to comment.