mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
ci: fix cache path for rust cargo
This commit is contained in:
parent
b71d7cbd60
commit
020905ff26
1 changed files with 6 additions and 3 deletions
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
|
@ -40,15 +40,18 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./.cargo/
|
~/.cargo/bin/
|
||||||
key: v1.0.4
|
~/.cargo/registry/index/
|
||||||
|
~/.cargo/registry/cache/
|
||||||
|
~/.cargo/git/db/
|
||||||
|
key: ${{ matrix.os }}-rust-cargo-v1
|
||||||
|
|
||||||
- name: Test Dependencies
|
- name: Test Dependencies
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.local/share/nvim/site/pack/plenary.nvim/start
|
mkdir -p ~/.local/share/nvim/site/pack/plenary.nvim/start
|
||||||
cd ~/.local/share/nvim/site/pack/plenary.nvim/start
|
cd ~/.local/share/nvim/site/pack/plenary.nvim/start
|
||||||
git clone https://github.com/nvim-lua/plenary.nvim
|
git clone https://github.com/nvim-lua/plenary.nvim
|
||||||
~/.cargo/bin/cargo +nightly install --git https://github.com/theHamsta/highlight-assertions --locked
|
~/.cargo/bin/cargo +nightly install --force --git https://github.com/theHamsta/highlight-assertions --locked
|
||||||
|
|
||||||
- name: Install and prepare Neovim
|
- name: Install and prepare Neovim
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue