Skip to content

Commit 937aafd

Browse files
committed
Add missing sudo
1 parent 29585e3 commit 937aafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies
1818
run: |
19-
sudo apt update && apt install -y \
19+
sudo apt update && sudo apt install -y \
2020
software-properties-common \
2121
build-essential \
2222
git \
@@ -47,7 +47,7 @@ jobs:
4747
pytz
4848
- name: Deployment of CVV
4949
run: |
50-
./deploys/deployment.sh _test_
50+
sudo ./deploys/deployment.sh _test_
5151
./start.sh &
5252
sleep 5
5353
./stop.sh

0 commit comments

Comments
 (0)