diff options
author | Valery Piashchynski <[email protected]> | 2020-11-30 19:00:32 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-30 19:00:32 +0300 |
commit | c95f0d3dc2926f9166abdac689b3ced0225339c4 (patch) | |
tree | 3e160297821112d8c657e2f4cd1a4ce446053a77 /.github | |
parent | b9ddb1069352e36f97b1b9a4279d38e18329207a (diff) |
Fix CI
Diffstat (limited to '.github')
-rwxr-xr-x | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d1b524c0..c64f0f11 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -55,7 +55,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Install Composer dependencies - run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source + run: composer install --prefer-dist --no-interaction # - name: Analyze PHP sources # run: composer analyze |