forked from aniani/vim
patch 8.2.1829: warnings when executing Github actions
Problem: Warnings when executing Github actions. Solution: Use another method to set environment variables. (Ken Takata, closes #7107)
This commit is contained in:
4
.github/workflows/ci-windows.yaml
vendored
4
.github/workflows/ci-windows.yaml
vendored
@@ -74,8 +74,8 @@ jobs:
|
|||||||
git config --global core.autocrlf input
|
git config --global core.autocrlf input
|
||||||
python_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON_VER_DOT}/InstallPath/@")
|
python_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON_VER_DOT}/InstallPath/@")
|
||||||
python3_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON3_VER_DOT}${{ matrix.pyreg }}/InstallPath/@")
|
python3_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHON3_VER_DOT}${{ matrix.pyreg }}/InstallPath/@")
|
||||||
echo "::set-env name=PYTHON_DIR::$python_dir"
|
echo "PYTHON_DIR=$python_dir" >> $GITHUB_ENV
|
||||||
echo "::set-env name=PYTHON3_DIR::$python3_dir"
|
echo "PYTHON3_DIR=$python3_dir" >> $GITHUB_ENV
|
||||||
|
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
if: matrix.toolchain == 'mingw'
|
if: matrix.toolchain == 'mingw'
|
||||||
|
@@ -750,6 +750,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 */
|
||||||
|
/**/
|
||||||
|
1829,
|
||||||
/**/
|
/**/
|
||||||
1828,
|
1828,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user