You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, We are using snap to install node - sudo snap install node --classic --channel=${{ inputs.node_version }}
during the github workflow run, The command just stops and operation is cancelled after 15 mins of timeout. After rerun it sometime works.
Description
Hi, We are using snap to install node - sudo snap install node --classic --channel=${{ inputs.node_version }}
during the github workflow run, The command just stops and operation is cancelled after 15 mins of timeout. After rerun it sometime works.
Operating System
Ubuntu - 22.04.5 LTS
Runner Image
Image: ubuntu-22.04
Version: 20241201.1.0
Platforms affected
Runner images affected
Image version and build link
20241201.1.0
Is it regression?
no idea
Expected behavior
It should quickly install node and move on to next step
Actual behavior
stuck on this command, node install
Repro steps
sudo snap install node --classic --channel=${{ inputs.node_version }}
this command is being used in a GHA build step.
The text was updated successfully, but these errors were encountered: