Skip to content

Commit

Permalink
fix: setup php on windows actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Nov 20, 2024
1 parent f63c092 commit 7423f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: composer install --prefer-dist --no-progress --optimize-autoloader

- name: Build .phar
run: composer box compile --allow-composer-check-failure
run: ./vendor/bin/box compile --allow-composer-check-failure

- name: Checkout static-php-cli
working-directory: build
Expand Down

0 comments on commit 7423f3f

Please sign in to comment.