mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #2746] Hangs on apt #1241
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#1241
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 @probonopd on GitHub (May 6, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/2746
Bug report info
Command used with act
Describe issue
Hangs there forever
Link to GitHub repository
https://github.com/asb2m10/dexed
Workflow content
Relevant log output
Additional information
No response
@Gipetto commented on GitHub (May 8, 2025):
The output isn't showing you the confirmation prompt for the apt install command. Use
apt install -y ...to automatically accept all verification prompts.@probonopd commented on GitHub (May 8, 2025):
Makes sense - but then... the same yml is working on GitHub Actions...
@Gipetto commented on GitHub (May 9, 2025):
Apt can be configured to do this by default. The GH runners must have that configured.
I just assume that I need this everywhere for portability.
Google
APT::Get::Assume-Yes@probonopd commented on GitHub (May 9, 2025):
Thank you very much @Gipetto - would it be possible for
actto configure the containers it spins up in the same way as the GH runners are configured? That way, most GH Actions would run 1:1 without modifications withact.@panekj commented on GitHub (May 9, 2025):
Generally I would expect anyone to assume standard
aptconfiguration, but this specific option should be mostly harmless so it can be added.