Skip to content

Setup lde

Actions
Install lde package manager
v1
Latest
Star (0)

setup-lde

A GitHub action to setup lde for your actions runners.

Usage

- uses: lde-org/setup-lde@v1

By default this will simply get the latest pinned release and set up lde in your GitHub actions PATH.

Install a specific version

- uses: lde-org/setup-lde@v1
  with:
      version: "0.8.1"

Install nightly

- uses: lde-org/setup-lde@v1
  with:
      version: nightly

Inputs

Input Description Default
version Version to install (0.8.1, latest, nightly) latest

Setup lde is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install lde package manager
v1
Latest

Setup lde is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.