mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #276] Ruby version not found #192
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @huseyin on GitHub (Jun 14, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/276
I'm getting the following error when trying to run my workflow.
Here is the related configuration in my workflow:
I use the standard actions provided by GitHub instead of containers. The error is also reproduced with different Ruby versions such as
2.6.1and2.6.5@cplee commented on GitHub (Jun 15, 2020):
dup #107
@stoplion commented on GitHub (Aug 19, 2020):
Running into same
@DeuterGraves commented on GitHub (Oct 30, 2020):
Mine was working for a while but now I'm getting this error.
@Yuji-Kuroko commented on GitHub (Nov 25, 2020):
The 'act' uses docker image is old.
Please add
- run: ls /opt/hostedtoolcache/Rubyto yaml.lsoutput is available ruby version list.my cases,
Becareful, this command will download docker image of about 18GB.