Problem with Composer #801
Unanswered
brunomgv
asked this question in
Q&A / Help
Replies: 1 comment 5 replies
-
If you run this on your self-hosted server, what is the output. curl -o /tmp/composer.phar -vL https://github.com/shivammathur/composer-cache/releases/latest/download/composer-7.3-2.phar If the connection fails, as you mentioned you would need a proxy, you can configure one following this in your GitHub Actions workflow. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use setup-php into a self hosted github enterprise, and I'm receiving the following error:
This is the action:
I've already tested with:
tools: composer:v1
tools: composer:v2
php-version: "7.4"
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions