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
- Host: GitHub
- URL: https://github.com/nugine/setup-flatc
- Owner: Nugine
- License: mit
- Created: 2024-10-29T05:59:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:23:30.000Z (3 months ago)
- Last Synced: 2025-01-17T15:24:05.755Z (3 months ago)
- Topics: flatbuffers, flatc, github-actions
- Language: TypeScript
- Homepage:
- Size: 289 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: