From f63c092acf5508f627a5f37524e1b02499ceba3e Mon Sep 17 00:00:00 2001 From: Eser DENIZ Date: Wed, 20 Nov 2024 20:55:44 +0100 Subject: [PATCH] fix: setup php on windows actions --- .github/workflows/build-windows-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows-binary.yml b/.github/workflows/build-windows-binary.yml index 7c6e332..ac237c1 100644 --- a/.github/workflows/build-windows-binary.yml +++ b/.github/workflows/build-windows-binary.yml @@ -54,7 +54,7 @@ jobs: run: composer install --prefer-dist --no-progress --optimize-autoloader - name: Build .phar - run: composer box compile + run: composer box compile --allow-composer-check-failure - name: Checkout static-php-cli working-directory: build