laytan / setup-odin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Odin

A GitHub action to setup the Odin compiler with optional cached builds.

Usage

See action.yml

Example

Installs the latest Odin commit on the master branch and adds it to PATH.

All options are optional and the defaults are shown below.

steps:
  - uses: laytan/setup-odin@v1
    # with:
      # odin-version: master
      # llvm-version: 14
      # build-type: debug
      # repository: https://github.com/odin-lang/Odin
      # cache: true

TODO

  • being able to pull in "nightly" releases
  • being able to pull in specific commit hashes

About

License:MIT License


Languages

Language:JavaScript 96.5%Language:Odin 3.5%