php-actions / composer

Use the Composer CLI in your Github Actions.
175 stars 54 forks source link

Not working for windows-latest or macos-latest #95

Open westy92 opened 1 year ago

westy92 commented 1 year ago

Logs here: https://github.com/westy92/holiday-event-api-php/actions/runs/3798190703/jobs/6459796333 Error:

##[debug]C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail D:\a\_temp\3642f48d-a046-45c6-b82e-738809d96a94.sh
Building PHP 8.0 with extensions:  ...
Error: Process completed with exit code 1.

https://github.com/westy92/holiday-event-api-php/actions/runs/3798190703/jobs/6459796579 Error:

##[debug]/bin/bash --noprofile --norc -e -o pipefail /Users/runner/work/_temp/b6a23cf8-63a7-4796-80c4-b32bb92f040e.sh
Error: Process completed with exit code 127.

yml file: https://github.com/westy92/holiday-event-api-php/blob/5a6b92eb3718a46689bd8608a17907ac53a536a9/.github/workflows/ci.yml

g105b commented 1 year ago

Thanks for the report. This is running within a container, so it should be able to run on other systems. I'll take a look into it after the Christmas break.

vielhuber commented 1 year ago

Same here, I get the error:

Run php-actions/composer@v6
Run set -e
Error: Process completed with exit code 127.