You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix build workflow: remove non-existent lib/ from tar archive
The ninja install targets only install binaries to bin/, not libraries to
lib/. LLVM libraries are statically linked into the clang/clangd binaries,
so only bin/ needs to be packaged.
0 commit comments