aleksraiden commented on code in PR #2428:
URL: https://github.com/apache/kvrocks/pull/2428#discussion_r1679195973


##########
.github/workflows/kvrocks.yaml:
##########
@@ -448,6 +451,16 @@ jobs:
           update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 100
           echo "NPROC=$(nproc)" >> $GITHUB_ENV
 
+      - name: Setup Debian
+        if: ${{ startsWith(matrix.image, 'debian') }}
+        run: |
+          apt update
+          apt install -y gcc g++ make wget git autoconf automake python3 
python3-pip curl tar gzip cmake 

Review Comment:
   build-essential is a virtual package, including make and g++ and gcc.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to