CI: skip apt upgrade on github runners (#13975)
Commit:
https://github.com/vim/vim/commit/7f630e6f358275d0bce9fea2665a2763edbf6a0e
Author: Philip H <[email protected]>
Date: Tue Feb 6 10:47:49 2024 +0100
CI: skip apt upgrade on github runners
(https://github.com/vim/vim/issues/13975)
Revert: https://github.com/vim/vim/pull/13680
Fixed in: https://github.com/actions/runner-images/issues/9016
Signed-off-by: Philip H <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 49c9d3f1f..0d34658a7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
libattr1-dev
)
fi
- sudo apt-get update && sudo apt-get upgrade && sudo apt-get install
-y "${PKGS[@]}"
+ sudo apt-get update && sudo apt-get install -y "${PKGS[@]}"
- name: Install gcc-${{ env.GCC_VER }}
if: matrix.compiler == 'gcc'
--
--
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/E1rXIFP-00Ggrj-U9%40256bit.org.