This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
Releases: nocturlab/setup-vlang-action
Releases · nocturlab/setup-vlang-action
v1.2.2 🌈
v1.2.1 🌈
v1.2.0 🌈
v1.1.2 🌈
v1.1.1 🌈
Changes
- Fix wrong version after #19 @shiipou (#20)
- Update v usage in the latest version @shiipou (#19)
- Bump @actions/http-client from 1.0.6 to 1.0.8 @dependabot (#18)
🧰 Maintenance
Contributors
@dependabot, @dependabot[bot], @shiipou and @alexesprit
v1.1.0 🌈
Add the option to use V from the Master branch of the V Repository
v1.0.2 🌈
Change release to GitHub standard (v1.0.2)
You can use the Action by using only the major version.
v1.0.1 🌈
Allow the usage of the Action on MacOS workflow
v1.0.0 🌈
This is the first release.
This allow anybody to compile and run VLang programs using latest or selected version of the vlang executable.
You can just use this step :
- name: Set up VLang version latest
uses: nocturlab/[email protected]
with:
v-version: latest
id: v
- name : my_step
run : v build .