Skip to content

Setup flatc

Actions
Setup flatc for use in actions
v1.2.3
Latest
Star (3)

setup-flatc

This action installs the flatc compiler for use in your workflows.

Usage

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

Setup flatc is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup flatc for use in actions
v1.2.3
Latest

Setup flatc is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.