mirror of https://github.com/dense-analysis/ale
Try windows-2019, as windows-latest is slow as Hell
This commit is contained in:
parent
0d07f4dba6
commit
89428cb957
|
@ -36,13 +36,13 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./run-tests -v ${{ matrix.vim-version }}
|
run: ./run-tests -v ${{ matrix.vim-version }}
|
||||||
test_ale_windows:
|
test_ale_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
# Stop git from changing newlines
|
# Stop git from changing newlines
|
||||||
run: git config --global core.autocrlf input
|
run: git config --global core.autocrlf input
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Try to Restore Vim
|
- name: Cache Vim
|
||||||
id: cache-vim
|
id: cache-vim
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: vader
|
path: vader
|
||||||
key: ${{ runner.os }}-vader
|
key: ${{ runner.os }}-vader
|
||||||
- name: Install Vader
|
- name: Cache Vader
|
||||||
if: steps.cache-vader.outputs.cache-hit != 'true'
|
if: steps.cache-vader.outputs.cache-hit != 'true'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: >-
|
run: >-
|
||||||
|
|
Loading…
Reference in New Issue