Skip to content

Commit 50a81de

Browse files
committed
run command as sudo
1 parent f7a335b commit 50a81de

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
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Install PHP Dependencies
8585
run: |
86-
apt-get install git
86+
sudo apt-get install git
8787
composer install --no-progress --prefer-dist --optimize-autoloader
8888
git clone --depth 1 https://github.com/nextcloud/server.git -b ${{ matrix.nextcloudVersion }}
8989
cd server && git submodule update --init

0 commit comments

Comments
 (0)