Skip to content

Commit 85c222c

Browse files
committed
use sudo to install execution spec test dependencies
1 parent 507b03b commit 85c222c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

playbooks/dev/execution-spec-tests-dependencies.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tasks:
77
config:
88
shell: bash
99
command: |
10-
dpkg --add-architecture amd64
11-
apt-get update
12-
apt-get install -y build-essential python3 python3-pip libc6:amd64
13-
rm /usr/lib/python3*/EXTERNALLY-MANAGED 2>/dev/null || true
10+
sudo dpkg --add-architecture amd64
11+
sudo apt-get update
12+
sudo apt-get install -y build-essential python3 python3-pip libc6:amd64
13+
sudo rm /usr/lib/python3*/EXTERNALLY-MANAGED 2>/dev/null || true
14+

0 commit comments

Comments
 (0)