mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #559] Issue: Failure - Cachix install #377
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#377
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 @CohenCyril on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/559
Act version
Expected behaviour
Should compile my project successfully as in my github actions
Actual behaviour
Workflow and/or repository
https://github.com/math-comp/hierarchy-builder/blob/master/.github/workflows/nix.yml
Steps to reproduce
Make sure to include command you used to run
acte.g.:
nix-shell -p act --run "act --env USER=CohenCyril -j hb"actoutputLog
@catthehacker commented on GitHub (Mar 10, 2021):
Can you check if it works with
--privilegedflag?systemdis not supported by default indockeredit: that's quite important and embarrassing typo
@CohenCyril commented on GitHub (Mar 10, 2021):
Same error:
@catthehacker commented on GitHub (Mar 10, 2021):
https://github.com/cachix/install-nix-action/issues/43
@CohenCyril commented on GitHub (Mar 10, 2021):
Thanks!
@CohenCyril commented on GitHub (Mar 10, 2021):
Next error (I guess the
install-nix-actionis seeking for a bit more than what the dockernixos/niximage provides)@catthehacker commented on GitHub (Mar 10, 2021):
with
mediumimage I get this (it hasnodeand proper/run/systemd/container)which seems like issue with action itselfit's a permission denied error for Node.JS and I'm afraid this will not work until
actis reworked to use non-root accountslog
@github-actions[bot] commented on GitHub (Apr 10, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@dsyer commented on GitHub (May 20, 2021):
/reopen please