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(release): build both daslang and daslang_static targets in CI
The release install step requires static module libraries (e.g.,
libDasModuleAudio.lib) which are only built as dependencies of
daslang_static. Previously only the daslang target was built,
which only builds shared modules. Now both targets are built so
cmake --install can find all required files.