0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.5119: CI uses cache v2

Problem:    CI uses cache v2.
Solution:   Use cache v3. (closes #10588)
This commit is contained in:
Philip H
2022-06-17 21:27:38 +01:00
committed by Bram Moolenaar
parent f9f2a330b9
commit 2ff7e7e16d
2 changed files with 4 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ jobs:
sudo bash ci/setup-xvfb.sh sudo bash ci/setup-xvfb.sh
- name: Cache snd-dummy - name: Cache snd-dummy
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: ${{ env.SND_DUMMY_DIR }} path: ${{ env.SND_DUMMY_DIR }}
key: linux-${{ env.LINUX_VERSION }}-snd-dummy key: linux-${{ env.LINUX_VERSION }}-snd-dummy
@@ -453,7 +453,7 @@ jobs:
echo %WINPTY_URL%>> urls.txt echo %WINPTY_URL%>> urls.txt
- name: Cache downloaded files - name: Cache downloaded files
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: downloads path: downloads
key: ${{ runner.os }}-${{ matrix.bits }}-${{ hashFiles('urls.txt') }} key: ${{ runner.os }}-${{ matrix.bits }}-${{ hashFiles('urls.txt') }}

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
5119,
/**/ /**/
5118, 5118,
/**/ /**/