From 9c63cfe72f8546e71268f53017ec39609de8aec7 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 22 Jan 2022 13:10:30 +0100 Subject: ci: remove ccache ccache did take too long to install on MacOS --- .github/workflows/check-query-files-and-compilation.yml | 7 ------- .github/workflows/tests.yml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index 22297b49f..5ab0f829e 100644 --- a/.github/workflows/check-query-files-and-compilation.yml +++ b/.github/workflows/check-query-files-and-compilation.yml @@ -65,16 +65,9 @@ jobs: ~/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') }} - - name: ccache - if: matrix.os != 'windows-2022' - uses: hendrikmuhs/ccache-action@v1 - with: - key: ${{ matrix.os }}-${{ matrix.cc }} - - name: Compile parsers Unix like if: matrix.os != 'windows-2022' run: | - export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" nvim --headless -c "TSInstallSync all" -c "q" - name: Compile parsers Windows diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c6e421b3b..b5e297669 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,16 +66,9 @@ jobs: ~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/ 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' - uses: hendrikmuhs/ccache-action@v1 - with: - key: ${{ matrix.os }}-${{ matrix.cc }} - - name: Compile parsers Unix like if: ${{ matrix.os != 'windows-latest' && steps.parsers-cache.outputs.cache-hit != 'true' }} run: | - export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" nvim --headless -c "TSInstallSync all" -c "q" - name: Tests -- cgit v1.2.3-70-g09d2