Function addPathSync

  • Adds a system path to the environment in GitHub Actions synchronously.

    Parameters

    • sysPath: string

      The system path to add to the environment.

    Returns void