From 2961b72c7a0f552ebe3eb734f7aafa1354a2a3d0 Mon Sep 17 00:00:00 2001 From: troosan Date: Sun, 21 Feb 2021 21:07:20 +0100 Subject: [PATCH] don't fail on non existing lock file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cf5a0c9..75a98062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: id: composer-lock if: "startsWith(matrix.php-version, '8.')" run: | - rm composer.lock + rm -f composer.lock echo "::set-output name=flags::--ignore-platform-reqs" - name: Install dependencies