tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
340 stars 97 forks source link

Fix CI failure on Windows #142

Closed rhysd closed 2 years ago

rhysd commented 2 years ago

At some point in last year, label windows-latest started to run windows-2022 runner. However node-gyp (of Node.js v14) does not seem to support the latest Visual Studio. It is causing a current CI failure on Windows node. Using windows-2019 label can fix the issue.

I confirmed CI passed on my fork: https://github.com/rhysd/tree-sitter-rust/runs/6335352791?check_suite_focus=true

maxbrunsfeld commented 2 years ago

Thanks!