Skip to content

Bug: action stuck #904

@fabio-ivona

Description

@fabio-ivona

Describe the bug

It seems that the action gets stuck while running

this is the debug log from the workflow:

I've tried to wait several minutes, without any success

any ideas?

Version

  • v2
  • v1

Runners

Self Hosted

Operating systems

ubuntu 24.04

PHP versions

PHP8.4

To Reproduce

just start a workflow in a self-hosted runner

Expected behavior

    steps:

      - uses: actions/checkout@v4

      - uses: shivammathur/setup-php@v2
        env:
          runner: self-hosted
        with:
          php-version: ${{ matrix.php }}
          tools: composer:v2
          extensions: curl, mbstring, gd, zip, sqlite
          coverage: none

Screenshots/Logs

Image

Additional context

No response

Are you willing to submit a PR?

No

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions