Skip to content

Commit d6eb491

Browse files
committed
run command as sudo
1 parent f7a335b commit d6eb491

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
services:
2626
openproject:
2727
image: openproject/community:12
28-
ports:
29-
- 8081:80
3028
env:
3129
OPENPROJECT_SECRET_KEY_BASE: secret
3230
# OPENPROJECT_HOST__NAME: localhost:8081
@@ -83,7 +81,7 @@ jobs:
8381

8482
- name: Install PHP Dependencies
8583
run: |
86-
apt-get install git
84+
sudo apt-get install git
8785
composer install --no-progress --prefer-dist --optimize-autoloader
8886
git clone --depth 1 https://github.com/nextcloud/server.git -b ${{ matrix.nextcloudVersion }}
8987
cd server && git submodule update --init

0 commit comments

Comments
 (0)