diff --git a/pkg/runner/run_context.go b/pkg/runner/run_context.go index 937b480..8027f79 100644 --- a/pkg/runner/run_context.go +++ b/pkg/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(), }