diff --git a/act/runner/run_context.go b/act/runner/run_context.go index 937b4803..8027f791 100644 --- a/act/runner/run_context.go +++ b/act/runner/run_context.go @@ -135,7 +135,7 @@ func (rc *RunContext) GetBindsAndMounts() ([]string, map[string]string) { ext := container.LinuxContainerEnvironmentExtensions{} mounts := map[string]string{ - "act-toolcache": "/toolcache", + "act-toolcache": "/opt/hostedtoolcache", name + "-env": ext.GetActPath(), }