mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
missing sudo
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user