GitHub Actions
To load the current Calcit release in an Ubuntu container:
- uses: calcit-lang/setup-calcit@v1
The action installs the current Calcit release. See the setup-calcit repository for supported options.
Then to load packages defined in deps.cirru with caps:
caps --ci
The JavaScript dependency lives in package.json:
"@calcit/procs": "^0.13.32"
Up to date example can be found on https://github.com/calcit-lang/respo-calcit-workflow/blob/main/.github/workflows/upload.yaml#L11 .