We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a335b commit 50a81deCopy full SHA for 50a81de
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- 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