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

missing sudo

This commit is contained in:
Ruben Perez
2024-04-01 12:54:41 +02:00
committed by Marcelo
parent 29892f2837
commit 43878d68a3

View File

@@ -210,8 +210,8 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get -y --no-install-recommends install \
sudo apt-get update
sudo apt-get -y --no-install-recommends install \
g++ \
libssl-dev \
make \