Try to fix building Vader again

This commit is contained in:
w0rp 2023-09-07 20:57:13 +01:00
parent bf8e7f6368
commit 0d07f4dba6
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83

View File

@ -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