You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Jolie environment
v1.0.0
GitHub action for setting up a Jolie programming language environment.
It downloads and installs Jolie, making it possible to execute Jolie services by running the usual jolie <program.ol>
.
steps:
- uses: actions/checkout@v3
- id: setup-jolie
uses: jolie/setup-jolie@v1
- run: jolie main.ol
shell: bash
version
: desired Jolie version. See Jolie releases for available versions. Current default is1.11.0
. Note that thev
used in the GitHub tags of Jolie should not be used.
- Introduce a cache to increase the performance of downloading the Jolie installer.
The scripts and documentation in this project are released under the GNU LESSER GENERAL PUBLIC LICENSE.