setup-miniconda
    Preparing search index...

    Interface ILocalInstallerOpts

    Metadata needed to attempt retrieving an installer from, or to update, the tool cache.

    interface ILocalInstallerOpts {
        arch?: string;
        tool?: string;
        url: string;
        version?: string;
    }
    Index

    Properties

    Properties

    arch?: string
    tool?: string
    url: string
    version?: string