Skip to content

Commit e6abedd

Browse files
authored
Add sudo to SVN commands
1 parent 72d9aed commit e6abedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Install svn
4141
run: |
42-
apt-get update && apt-get install -y subversion && rm -rf /var/lib/apt/lists/*
42+
sudo apt-get update && sudo apt-get install -y subversion && sudo rm -rf /var/lib/apt/lists/*
4343
4444
# Wait for WordPress to be fully up before running commands
4545
- name: Wait for WordPress to be available

0 commit comments

Comments
 (0)