mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: Avoid rust-cache (failures and current git dependency)
This commit is contained in:
parent
5f30cec075
commit
3c462d362f
1 changed files with 7 additions and 1 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -35,7 +35,13 @@ jobs:
|
|||
profile: minimal
|
||||
toolchain: nightly
|
||||
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Cache .cargo
|
||||
id: cargo-cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
./.cargo/
|
||||
key: v1.0.4
|
||||
|
||||
- name: Test Dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue