Skip to content
code

GitHub Action

Setup Evo.lua environment

v1.0.0 Latest version

Setup Evo.lua environment

code

Setup Evo.lua environment

Setup an Evo.lua environment by downloading a specific runtime version and adding it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Evo.lua environment

uses: evo-lua/evo-setup-action@v1.0.0

Learn more about this action in evo-lua/evo-setup-action

Choose a version

evo-setup-action

GitHub Action to set up the Evo.lua runtime (for CI runs)

Usage

You can find an example here: test.yml. Here's what you need to know:

  • Set the version input to the desired runtime version (must be a tagged release)
  • You can use main or a tagged release for this action itself by setting @<tag>
  • On Linux, the action will take longer to run as it has to install dependencies first

The above workflow is automatically tested, so you can always use it as a reference.

Status

Very experimental and expected to evolve over time (just like the evo runtime itself).