From 214cfcf851d95a4c4f2dc7526b95ce9d31c88a76 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 22 Apr 2024 19:56:30 +0200 Subject: feat!: use tree-sitter build --- .github/workflows/test-queries.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to '.github/workflows/test-queries.yml') diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index 3b1717791..819924c43 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -23,34 +23,11 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-14] - cc: [gcc, clang] nvim_tag: [nightly] - exclude: - - os: ubuntu-latest - cc: clang - nvim_tag: nightly - - - os: macos-14 - cc: gcc - nvim_tag: nightly - - - os: windows-latest - cc: gcc - nvim_tag: nightly - - # include: - # - os: windows-latest - # cc: cl - # nvim_tag: nightly - - # - os: ubuntu-latest - # cc: gcc - # nvim_tag: nightly name: Parser compilation runs-on: ${{ matrix.os }} env: - CC: ${{ matrix.cc }} NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }} steps: - uses: actions/checkout@v4 @@ -71,10 +48,8 @@ jobs: ~/.local/share/nvim/site/parser/ ~/AppData/Local/nvim-data/site/parser/ key: parsers-${{ join(matrix.*, '-') }}-${{ hashFiles( - './lockfile.json', './lua/nvim-treesitter/install.lua', - './lua/nvim-treesitter/parsers.lua', - './lua/nvim-treesitter/shell_command_selectors.lua') }} + './lua/nvim-treesitter/parsers.lua') }} - name: Compile parsers run: $NVIM -l ./scripts/install-parsers.lua -- cgit v1.2.3-70-g09d2