Skip to content

PipedreamHQ/setup-flatc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Setup flatc for use in actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • Just 5.0%