An open API service indexing awesome lists of open source software.

https://github.com/nugine/setup-flatc

Setup flatc for use in actions
https://github.com/nugine/setup-flatc

flatbuffers flatc github-actions

Last synced: 2 months ago
JSON representation

Setup flatc for use in actions

Awesome Lists containing this project

README

        

# setup-flatc

This action installs the [flatc](https://github.com/google/flatbuffers) compiler
for use in your workflows.

## Usage

Install the latest version:

```yaml
- name: Install latest flatc
uses: Nugine/setup-flatc@v1
```

Install a specific version:

```yaml
- name: Install flatc
uses: Nugine/setup-flatc@v1
with:
version: "24.12.23"
```

Install by a semver range:

```yaml
- name: Install flatc
uses: Nugine/setup-flatc@v1
with:
version: "24.*"
```

Semver syntax: