summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-09-07 21:06:44 +0100
committerw0rp <devw0rp@gmail.com>2023-09-07 21:06:44 +0100
commit89428cb9578e903b95ef42f0783200451fd2641b (patch)
tree23191302aa3183a6e69305f709982951ab3c9cb7
parent0d07f4dba62616393baaeca1c160c8194ac2dc93 (diff)
downloadale-89428cb9578e903b95ef42f0783200451fd2641b.zip
Try windows-2019, as windows-latest is slow as Hell
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 28cfedac..102aba68 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -36,13 +36,13 @@ jobs:
- name: Run tests
run: ./run-tests -v ${{ matrix.vim-version }}
test_ale_windows:
- runs-on: windows-latest
+ runs-on: windows-2019
steps:
- name: Configure Git
# Stop git from changing newlines
run: git config --global core.autocrlf input
- uses: actions/checkout@v4
- - name: Try to Restore Vim
+ - name: Cache Vim
id: cache-vim
uses: actions/cache@v3
with:
@@ -67,7 +67,7 @@ jobs:
with:
path: vader
key: ${{ runner.os }}-vader
- - name: Install Vader
+ - name: Cache Vader
if: steps.cache-vader.outputs.cache-hit != 'true'
shell: pwsh
run: >-