2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

sudo removal

This commit is contained in:
Ruben Perez
2024-04-01 11:29:14 +02:00
committed by Marcelo
parent 098fbd68d2
commit 71c60a5a89

View File

@@ -210,8 +210,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install \
apt-get update
apt-get -y --no-install-recommends install \
cmake
protobuf-compiler
python3 \