Patch 8.2.1829
Problem:    Warnings when executing Github actions.
Solution:   Use another method to set environment variables. (Ken Takata,
            closes #7107)
Files:      .github/workflows/ci-windows.yaml


*** ../vim-8.2.1828/.github/workflows/ci-windows.yaml   2020-09-23 
22:27:18.453796749 +0200
--- .github/workflows/ci-windows.yaml   2020-10-10 22:33:02.063092864 +0200
***************
*** 74,81 ****
          git config --global core.autocrlf input
          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/@")
!         echo "::set-env name=PYTHON_DIR::$python_dir"
!         echo "::set-env name=PYTHON3_DIR::$python3_dir"
  
      - uses: msys2/setup-msys2@v2
        if: matrix.toolchain == 'mingw'
--- 74,81 ----
          git config --global core.autocrlf input
          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/@")
!         echo "PYTHON_DIR=$python_dir" >> $GITHUB_ENV
!         echo "PYTHON3_DIR=$python3_dir" >> $GITHUB_ENV
  
      - uses: msys2/setup-msys2@v2
        if: matrix.toolchain == 'mingw'
*** ../vim-8.2.1828/src/version.c       2020-10-10 22:26:48.544313762 +0200
--- src/version.c       2020-10-10 22:34:01.914900915 +0200
***************
*** 752,753 ****
--- 752,755 ----
  {   /* Add new patch number below this line */
+ /**/
+     1829,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
59. Your wife says communication is important in a marriage...so you buy
    another computer and install a second phone line so the two of you can
    chat.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202010102034.09AKYx6T3824521%40masaka.moolenaar.net.

Raspunde prin e-mail lui