Skip to content
cloud-snow

GitHub Action

setup-cr

0.0.8 Latest version

setup-cr

cloud-snow

setup-cr

Setup Calcit runner

Installation

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

              

- name: setup-cr

uses: calcit-lang/[email protected]

Learn more about this action in calcit-lang/setup-cr

Choose a version

basic usages, to install:

  • cr for compiling Calcit code
  • caps for adding dependencies
  • bundle_calcit optional to bundle hand-written .cirru files

Usage

- uses: calcit-lang/[email protected]
  with:
    version: "0.9.6"
    bundler: false

Calcit latest: Calcit Version

options:

  • in deps.cirru file, :calcit-version |0.9.6 to specify the version(higher priority)
  • optional version in yml file
  • optional bundler to enable bundler

at least one version should be specified.

License

MIT