This is an automated email from the ASF dual-hosted git repository.
aleksraiden pushed a commit to branch aleksraiden-patch-6
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/aleksraiden-patch-6 by this
push:
new f3097d202 Update kvrocks.yaml
f3097d202 is described below
commit f3097d202cfd9a6c5d8ad6d36a8b7286c41d52b0
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Jan 7 00:17:19 2026 +0300
Update kvrocks.yaml
---
.github/workflows/kvrocks.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 39e27b4c2..84be48d60 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -578,7 +578,7 @@ jobs:
- name: Setup Debian 12
if: ${{ startsWith(matrix.image, 'debian') }}
run: |
- apt update && apt upgrade
+ apt update
apt install -y bash build-essential cmake curl git libssl-dev
libtool python3 python3-pip wget
echo "NPROC=$(nproc)" >> $GITHUB_ENV