forked from actions/runner
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
While Running Runner.client, following error is thrown
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknown
To Reproduce
Steps to reproduce the behavior:
- Go to
- Run 'Runner.client'
- See error
Expected behavior
To complete the run successfully
Runner Version and Platform
Version of your runner? 3.2.1
OS of the machine running the runner? OSX/Windows/Linux/... OSX
What's not working?
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknown
Job Log Output
Runner and Worker's Diagnostic Logs
github action
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working