don't fail on non existing lock file

This commit is contained in:
troosan 2021-02-21 21:07:20 +01:00
parent 1e5fd83222
commit 2961b72c7a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
id: composer-lock id: composer-lock
if: "startsWith(matrix.php-version, '8.')" if: "startsWith(matrix.php-version, '8.')"
run: | run: |
rm composer.lock rm -f composer.lock
echo "::set-output name=flags::--ignore-platform-reqs" echo "::set-output name=flags::--ignore-platform-reqs"
- name: Install dependencies - name: Install dependencies