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

Removed sudo

This commit is contained in:
Ruben Perez
2024-04-01 13:05:13 +02:00
committed by Marcelo
parent ced4f9bd02
commit e9b16a3140

View File

@@ -241,8 +241,8 @@ jobs:
steps:
- 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 \
git \
libssl-dev \
make \