Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Tool Cache for Self Hosted Runners #461

Closed
wants to merge 2 commits into from

Commits on Jul 15, 2022

  1. fix: Self-Hosted Runner Tool Cache

    This aligns the tool cache path logic with the process used by
    actions/python-versions, maintaining the ability to locate the
    version binaries, and fixing self-hosted runners.
    
        Fixes actions#459
    techman83 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    2b8eff3 View commit details
    Browse the repository at this point in the history
  2. docs: Agent Tool Cache

    This updates and simplies the tool cache documentation to match the implementation in
    both  and
    
      Relates actions#459
    techman83 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    cde9ce6 View commit details
    Browse the repository at this point in the history