We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a335b commit d6eb491Copy full SHA for d6eb491
.github/workflows/ci.yml
@@ -25,8 +25,6 @@ jobs:
25
services:
26
openproject:
27
image: openproject/community:12
28
- ports:
29
- - 8081:80
30
env:
31
OPENPROJECT_SECRET_KEY_BASE: secret
32
# OPENPROJECT_HOST__NAME: localhost:8081
@@ -83,7 +81,7 @@ jobs:
83
81
84
82
- name: Install PHP Dependencies
85
run: |
86
- apt-get install git
+ sudo apt-get install git
87
composer install --no-progress --prefer-dist --optimize-autoloader
88
git clone --depth 1 https://github.com/nextcloud/server.git -b ${{ matrix.nextcloudVersion }}
89
cd server && git submodule update --init
0 commit comments