Skip to content

Commit

Permalink
fix(ci): remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dcampos committed Nov 12, 2024
1 parent 90c5358 commit a57529b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,8 @@ jobs:

steps:

- name: Set current date
id: vars
run: |
echo "nvim_test_path=$HOME/.data/nvim-test/" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3

- uses: actions/cache@v3
id: cache
with:
path: ${{ steps.vars.outputs.nvim_test_path }}
key: ${{ runner.os }}-nvim-test-${{ matrix.version }}

- name: Setup lua
uses: leafo/gh-actions-lua@v10
with:
Expand Down

0 comments on commit a57529b

Please sign in to comment.