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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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') }}
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user