Patch 9.0.1384
Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version
4.
Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008)
Files: .github/workflows/ci.yml
*** ../vim-9.0.1383/.github/workflows/ci.yml 2023-02-06 20:22:44.461678819
+0000
--- .github/workflows/ci.yml 2023-03-05 20:56:06.332078590 +0000
***************
*** 299,306 ****
- name: Install packages
if: matrix.features == 'huge'
- env:
- HOMEBREW_NO_AUTO_UPDATE: 1
run: |
brew install lua
echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV
--- 299,304 ----
*** ../vim-9.0.1383/src/version.c 2023-03-05 20:17:36.151194621 +0000
--- src/version.c 2023-03-05 20:55:26.616068587 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1384,
/**/
--
hundred-and-one symptoms of being an internet addict:
230. You spend your Friday nights typing away at your keyboard
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20230305205715.97F1D1C0419%40moolenaar.net.