build: rework ci tests to include windows (#3011)

(cherry picked from commit 4d4ade7f2b)
This commit is contained in:
James Trew
2024-05-20 11:18:23 +02:00
committed by Simon Hauser
parent b9ea3a2d5f
commit 7ea9ae5118
9 changed files with 39 additions and 55 deletions
+3 -3
View File
@@ -14,12 +14,12 @@ jobs:
matrix:
include:
- os: ubuntu-22.04
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
url: https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: date +%F > todays-date
- name: Restore cache for today's nightly.
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: _neovim
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}