This action installs the flatc compiler for use in your workflows.
Install the latest version:
- name: Install latest flatc
uses: Nugine/setup-flatc@v1
Install a specific version:
- name: Install flatc
uses: Nugine/setup-flatc@v1
with:
version: "24.12.23"
Install by a semver range:
- name: Install flatc
uses: Nugine/setup-flatc@v1
with:
version: "24.*"
Semver syntax: https://jsr.io/@std/semver