Skip to content

Commit 2961b72

Browse files
committed
don't fail on non existing lock file
1 parent 1e5fd83 commit 2961b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: composer-lock
4242
if: "startsWith(matrix.php-version, '8.')"
4343
run: |
44-
rm composer.lock
44+
rm -f composer.lock
4545
echo "::set-output name=flags::--ignore-platform-reqs"
4646
4747
- name: Install dependencies

0 commit comments

Comments
 (0)