mirror of
https://github.com/dense-analysis/ale
synced 2024-12-17 20:05:31 +00:00
Try to fix building Vader again
This commit is contained in:
parent
bf8e7f6368
commit
0d07f4dba6
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -70,11 +70,11 @@ jobs:
|
||||
- name: Install Vader
|
||||
if: steps.cache-vader.outputs.cache-hit != 'true'
|
||||
shell: pwsh
|
||||
run:
|
||||
run: >-
|
||||
if (!(Test-Path -Path vader)){
|
||||
git clone https://github.com/junegunn/vader.vim vader
|
||||
git clone https://github.com/junegunn/vader.vim vader 2> $null
|
||||
cd vader
|
||||
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
||||
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af 2> $null
|
||||
}
|
||||
- name: Run tests
|
||||
# yamllint disable rule:line-length
|
||||
|
Loading…
Reference in New Issue
Block a user