mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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"
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
path: |
|
||||
./parser/
|
||||
~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/
|
||||
key: ${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.nvim_tag }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua', './lua/nvim-treesitter/shell_selectors.lua') }}
|
||||
key: ${{ matrix.os }}-${{ matrix.cc }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua', './lua/nvim-treesitter/shell_selectors.lua') }}
|
||||
|
||||
- name: ccache
|
||||
if: matrix.os != 'windows-2022'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue