mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
ci: stop uploading artifacts (binary release archives soonish?)
This commit is contained in:
parent
77fe45968c
commit
5f30cec075
2 changed files with 1 additions and 6 deletions
|
|
@ -87,11 +87,6 @@ jobs:
|
|||
run: cp -r ~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/* parser
|
||||
shell: bash
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: parsers-${{ matrix.os }}-${{ matrix.cc }}-x86_64
|
||||
path: parser/*
|
||||
|
||||
- name: Check query files (Unix)
|
||||
if: matrix.os != 'windows-2022'
|
||||
run: nvim --headless -c "luafile ./scripts/check-queries.lua" -c "q"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue