Skip to content

Commit

Permalink
run command as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Nov 30, 2022
1 parent f7a335b commit 50a81de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

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

0 comments on commit 50a81de

Please sign in to comment.