Skip to content

Commit

Permalink
test: Remove vim-json and vim-toml from vader setup
Browse files Browse the repository at this point in the history
  • Loading branch information
amarakon authored and alerque committed Nov 24, 2022
1 parent 3b27b0f commit 8fcd7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
${{ matrix.vimFlavor }} --version
- name: Fetch Vader and other dependencies
run: |
make build/tabular build/vim-toml build/vim-json build/vader.vim
make build/tabular build/vader.vim
- name: Run test suite
run: |
cd test
Expand Down

0 comments on commit 8fcd7ec

Please sign in to comment.