mirror of
https://github.com/dense-analysis/ale
synced 2025-01-05 13:39:58 +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
|
- name: Install Vader
|
||||||
if: steps.cache-vader.outputs.cache-hit != 'true'
|
if: steps.cache-vader.outputs.cache-hit != 'true'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run:
|
run: >-
|
||||||
if (!(Test-Path -Path vader)){
|
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
|
cd vader
|
||||||
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af 2> $null
|
||||||
}
|
}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
|
Loading…
Reference in New Issue
Block a user