bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
239 stars 13 forks source link

fix(ci): Restore Windows release workflow #141

Open WillLillis opened 1 month ago

WillLillis commented 1 month ago

Fixes the windows release runner. During testing, I also found that the symbolic-demangle crate fails to build on aarch64-linux, so I've disabled that run for now.

EDIT: It looks like vendoring some of our dependencies broke the lint and test runners on Windows. Planning on picking this work back up again soon.