A GitHub action to setup lde for your actions runners.
- uses: lde-org/setup-lde@v1By default this will simply get the latest pinned release and set up lde in your GitHub actions PATH.
- uses: lde-org/setup-lde@v1
with:
version: "0.8.1"- uses: lde-org/setup-lde@v1
with:
version: nightly| 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.